Skip to content

Commit 192d858

Browse files
committed
updated README to mention pip
Former-commit-id: 6dece49
1 parent d478029 commit 192d858

File tree

19 files changed

+130
-93
lines changed

19 files changed

+130
-93
lines changed

DeepSlice.egg-info/PKG-INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Metadata-Version: 2.1
22
Name: DeepSlice
3-
Version: 1.0.0
3+
Version: 1.0.4
44
Summary: A package to align histology to 3D brain atlases
55
Home-page: https://github.com/PolarBean/DeepSlice
6-
Download-URL: https://github.com/PolarBean/DeepSlice/archive/refs/tags/1.0.tar.gz
6+
Download-URL: https://github.com/PolarBean/DeepSlice/archive/refs/tags/1.0.4.tar.gz
77
Author: DeepSlice Team
88
Author-email: [email protected]
99
License: GPL-3.0

DeepSlice.egg-info/SOURCES.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,19 @@ DeepSlice.egg-info/SOURCES.txt
99
DeepSlice.egg-info/dependency_links.txt
1010
DeepSlice.egg-info/requires.txt
1111
DeepSlice.egg-info/top_level.txt
12-
test/test.py
12+
DeepSlice/coord_post_processing/__init__.py
13+
DeepSlice/coord_post_processing/angle_methods.py
14+
DeepSlice/coord_post_processing/depth_estimation.py
15+
DeepSlice/coord_post_processing/spacing_and_indexing.py
16+
DeepSlice/coord_post_processing/plane_alignment_functions/__init__.py
17+
DeepSlice/coord_post_processing/plane_alignment_functions/plane_alignment.py
18+
DeepSlice/metadata/__init__.py
19+
DeepSlice/metadata/config.json
20+
DeepSlice/metadata/metadata_loader.py
21+
DeepSlice/metadata/volumes/placeholder.txt
22+
DeepSlice/metadata/weights/placeholder.txt
23+
DeepSlice/neural_network/__init__.py
24+
DeepSlice/neural_network/network_architecture.py
25+
DeepSlice/neural_network/neural_network.py
26+
DeepSlice/read_and_write/QuickNII_functions.py
27+
DeepSlice/read_and_write/__init__.py

DeepSlice.egg-info/requires.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ numpy
22
scikit-learn
33
scikit-image
44
tensorflow==1.15.0
5+
h5py==2.10.0
56
typing
6-
pandas
7+
pandas==1.3.5
8+
requests
9+
protobuf==3.20
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)