Commit
·
719ace9
1
Parent(s):
ac29da8
updated requirements
Browse files- requirements.txt +26 -19
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
absl-py==0.
|
2 |
addict==2.4.0
|
3 |
antspyx==0.2.7
|
4 |
argon2-cffi==20.1.0
|
@@ -10,11 +10,14 @@ backcall==0.2.0
|
|
10 |
bleach==3.3.0
|
11 |
cached-property==1.5.2
|
12 |
cachetools==4.2.2
|
13 |
-
certifi==
|
14 |
cffi==1.14.5
|
|
|
15 |
chardet==4.0.0
|
|
|
16 |
chart-studio==1.1.0
|
17 |
clang==5.0
|
|
|
18 |
cupy-cuda100==9.0.0
|
19 |
cycler==0.10.0
|
20 |
dataclasses==0.8
|
@@ -24,19 +27,21 @@ dicom2nifti==2.2.12
|
|
24 |
dill==0.3.4
|
25 |
entrypoints==0.3
|
26 |
et-xmlfile==1.0.1
|
27 |
-
fastrlock==0.
|
|
|
28 |
flatbuffers==1.12
|
29 |
future==0.18.2
|
30 |
gast==0.2.2
|
|
|
31 |
google-auth==1.35.0
|
32 |
google-auth-oauthlib==0.4.6
|
33 |
google-pasta==0.2.0
|
34 |
googleapis-common-protos==1.53.0
|
35 |
-
grpcio==1.
|
36 |
h5py==2.10.0
|
37 |
-
idna==2
|
38 |
imageio==2.9.0
|
39 |
-
importlib-metadata==
|
40 |
importlib-resources==5.2.2
|
41 |
ipydatawidgets==4.2.0
|
42 |
ipykernel==5.5.3
|
@@ -59,7 +64,7 @@ Keras-Preprocessing==1.1.2
|
|
59 |
keras-tqdm==1.0.1
|
60 |
kiwisolver==1.3.1
|
61 |
llvmlite==0.36.0
|
62 |
-
Markdown==3.3.
|
63 |
MarkupSafe==1.1.1
|
64 |
matplotlib==3.3.4
|
65 |
MedPy==0.4.0
|
@@ -69,24 +74,25 @@ nbclient==0.5.3
|
|
69 |
nbconvert==6.0.7
|
70 |
nbformat==5.1.3
|
71 |
nest-asyncio==1.5.1
|
72 |
-
networkx==2.5
|
73 |
neurite==0.1
|
74 |
nibabel==3.2.1
|
75 |
nilearn==0.7.0
|
76 |
notebook==6.3.0
|
77 |
-
|
|
|
78 |
oauthlib==3.1.1
|
79 |
open3d==0.12.0
|
80 |
OpenEXR==1.3.2
|
81 |
opt-einsum==3.3.0
|
82 |
-
packaging==
|
83 |
pandas==1.1.5
|
84 |
pandocfilters==1.4.3
|
85 |
parso==0.8.2
|
86 |
patsy==0.5.1
|
87 |
pexpect==4.8.0
|
88 |
pickleshare==0.7.5
|
89 |
-
Pillow==8.
|
90 |
pkg_resources==0.0.0
|
91 |
plotly==4.14.3
|
92 |
plyfile==0.7.3
|
@@ -94,7 +100,7 @@ probreg==0.3.1
|
|
94 |
prometheus-client==0.10.0
|
95 |
promise==2.3
|
96 |
prompt-toolkit==3.0.18
|
97 |
-
protobuf==3.
|
98 |
psutil==5.8.0
|
99 |
ptyprocess==0.7.0
|
100 |
pyasn1==0.4.8
|
@@ -107,15 +113,16 @@ Pygments==2.8.1
|
|
107 |
pynrrd==0.4.2
|
108 |
pyparsing==2.4.7
|
109 |
pyrsistent==0.17.3
|
|
|
110 |
pystrum==0.1
|
111 |
-
python-dateutil==2.8.
|
112 |
python-utils==2.5.6
|
113 |
pythreejs==2.3.0
|
114 |
pytz==2021.1
|
115 |
PyWavelets==1.1.1
|
116 |
-
PyYAML==
|
117 |
pyzmq==22.0.3
|
118 |
-
requests==2.
|
119 |
requests-oauthlib==1.3.0
|
120 |
retrying==1.3.3
|
121 |
rsa==4.7.2
|
@@ -143,22 +150,22 @@ threadpoolctl==2.1.0
|
|
143 |
tifffile==2020.9.3
|
144 |
tikzplotlib==0.9.7
|
145 |
tornado==6.1
|
146 |
-
tqdm==4.
|
147 |
traitlets==4.3.3
|
148 |
traittypes==0.2.1
|
149 |
transformations==2020.1.1
|
150 |
trimesh==3.9.29
|
151 |
typeguard==2.12.1
|
152 |
typing-extensions==3.7.4.3
|
153 |
-
urllib3==1.26.
|
154 |
voxelmorph==0.1
|
155 |
vtk==9.0.1
|
156 |
wcwidth==0.2.5
|
157 |
webcolors==1.11.1
|
158 |
webencodings==0.5.1
|
159 |
-
Werkzeug==
|
160 |
widgetsnbextension==3.5.1
|
161 |
wrapt==1.12.1
|
162 |
xlrd==2.0.1
|
163 |
xlwt==1.3.0
|
164 |
-
zipp==3.
|
|
|
1 |
+
absl-py==0.13.0
|
2 |
addict==2.4.0
|
3 |
antspyx==0.2.7
|
4 |
argon2-cffi==20.1.0
|
|
|
10 |
bleach==3.3.0
|
11 |
cached-property==1.5.2
|
12 |
cachetools==4.2.2
|
13 |
+
certifi==2021.5.30
|
14 |
cffi==1.14.5
|
15 |
+
chainer==7.8.0
|
16 |
chardet==4.0.0
|
17 |
+
charset-normalizer==2.0.4
|
18 |
chart-studio==1.1.0
|
19 |
clang==5.0
|
20 |
+
colorama==0.4.4
|
21 |
cupy-cuda100==9.0.0
|
22 |
cycler==0.10.0
|
23 |
dataclasses==0.8
|
|
|
27 |
dill==0.3.4
|
28 |
entrypoints==0.3
|
29 |
et-xmlfile==1.0.1
|
30 |
+
fastrlock==0.8
|
31 |
+
filelock==3.0.12
|
32 |
flatbuffers==1.12
|
33 |
future==0.18.2
|
34 |
gast==0.2.2
|
35 |
+
gdown==3.13.0
|
36 |
google-auth==1.35.0
|
37 |
google-auth-oauthlib==0.4.6
|
38 |
google-pasta==0.2.0
|
39 |
googleapis-common-protos==1.53.0
|
40 |
+
grpcio==1.32.0
|
41 |
h5py==2.10.0
|
42 |
+
idna==3.2
|
43 |
imageio==2.9.0
|
44 |
+
importlib-metadata==4.8.1
|
45 |
importlib-resources==5.2.2
|
46 |
ipydatawidgets==4.2.0
|
47 |
ipykernel==5.5.3
|
|
|
64 |
keras-tqdm==1.0.1
|
65 |
kiwisolver==1.3.1
|
66 |
llvmlite==0.36.0
|
67 |
+
Markdown==3.3.4
|
68 |
MarkupSafe==1.1.1
|
69 |
matplotlib==3.3.4
|
70 |
MedPy==0.4.0
|
|
|
74 |
nbconvert==6.0.7
|
75 |
nbformat==5.1.3
|
76 |
nest-asyncio==1.5.1
|
77 |
+
networkx==2.5.1
|
78 |
neurite==0.1
|
79 |
nibabel==3.2.1
|
80 |
nilearn==0.7.0
|
81 |
notebook==6.3.0
|
82 |
+
numba==0.53.1
|
83 |
+
numpy==1.18.5
|
84 |
oauthlib==3.1.1
|
85 |
open3d==0.12.0
|
86 |
OpenEXR==1.3.2
|
87 |
opt-einsum==3.3.0
|
88 |
+
packaging==21.0
|
89 |
pandas==1.1.5
|
90 |
pandocfilters==1.4.3
|
91 |
parso==0.8.2
|
92 |
patsy==0.5.1
|
93 |
pexpect==4.8.0
|
94 |
pickleshare==0.7.5
|
95 |
+
Pillow==8.3.2
|
96 |
pkg_resources==0.0.0
|
97 |
plotly==4.14.3
|
98 |
plyfile==0.7.3
|
|
|
100 |
prometheus-client==0.10.0
|
101 |
promise==2.3
|
102 |
prompt-toolkit==3.0.18
|
103 |
+
protobuf==3.17.3
|
104 |
psutil==5.8.0
|
105 |
ptyprocess==0.7.0
|
106 |
pyasn1==0.4.8
|
|
|
113 |
pynrrd==0.4.2
|
114 |
pyparsing==2.4.7
|
115 |
pyrsistent==0.17.3
|
116 |
+
PySocks==1.7.1
|
117 |
pystrum==0.1
|
118 |
+
python-dateutil==2.8.2
|
119 |
python-utils==2.5.6
|
120 |
pythreejs==2.3.0
|
121 |
pytz==2021.1
|
122 |
PyWavelets==1.1.1
|
123 |
+
PyYAML==6.0
|
124 |
pyzmq==22.0.3
|
125 |
+
requests==2.26.0
|
126 |
requests-oauthlib==1.3.0
|
127 |
retrying==1.3.3
|
128 |
rsa==4.7.2
|
|
|
150 |
tifffile==2020.9.3
|
151 |
tikzplotlib==0.9.7
|
152 |
tornado==6.1
|
153 |
+
tqdm==4.62.2
|
154 |
traitlets==4.3.3
|
155 |
traittypes==0.2.1
|
156 |
transformations==2020.1.1
|
157 |
trimesh==3.9.29
|
158 |
typeguard==2.12.1
|
159 |
typing-extensions==3.7.4.3
|
160 |
+
urllib3==1.26.6
|
161 |
voxelmorph==0.1
|
162 |
vtk==9.0.1
|
163 |
wcwidth==0.2.5
|
164 |
webcolors==1.11.1
|
165 |
webencodings==0.5.1
|
166 |
+
Werkzeug==2.0.1
|
167 |
widgetsnbextension==3.5.1
|
168 |
wrapt==1.12.1
|
169 |
xlrd==2.0.1
|
170 |
xlwt==1.3.0
|
171 |
+
zipp==3.5.0
|