Commit
·
cd16c19
1
Parent(s):
70656f8
gitignore and requirements
Browse files- .gitignore +1 -0
- requirements.txt +159 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
/.idea/
|
requirements.txt
ADDED
@@ -0,0 +1,159 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==0.11.0
|
2 |
+
addict==2.4.0
|
3 |
+
antspyx==0.2.7
|
4 |
+
argon2-cffi==20.1.0
|
5 |
+
astor==0.8.1
|
6 |
+
astunparse==1.6.3
|
7 |
+
async-generator==1.10
|
8 |
+
attrs==20.3.0
|
9 |
+
backcall==0.2.0
|
10 |
+
bleach==3.3.0
|
11 |
+
cached-property==1.5.2
|
12 |
+
cachetools==4.2.2
|
13 |
+
certifi==2020.12.5
|
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
|
21 |
+
decorator==4.4.2
|
22 |
+
defusedxml==0.7.1
|
23 |
+
dicom2nifti==2.2.12
|
24 |
+
dill==0.3.4
|
25 |
+
entrypoints==0.3
|
26 |
+
et-xmlfile==1.0.1
|
27 |
+
fastrlock==0.6
|
28 |
+
flatbuffers==1.12
|
29 |
+
future==0.18.2
|
30 |
+
gast==0.4.0
|
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.40.0
|
36 |
+
h5py==3.1.0
|
37 |
+
idna==2.10
|
38 |
+
imageio==2.9.0
|
39 |
+
importlib-metadata==3.4.0
|
40 |
+
importlib-resources==5.2.2
|
41 |
+
ipykernel==5.5.3
|
42 |
+
ipython==7.16.1
|
43 |
+
ipython-genutils==0.2.0
|
44 |
+
ipywidgets==7.6.3
|
45 |
+
jedi==0.18.0
|
46 |
+
Jinja2==2.11.3
|
47 |
+
joblib==1.0.0
|
48 |
+
jsonschema==3.2.0
|
49 |
+
jupyter-client==6.1.12
|
50 |
+
jupyter-core==4.7.1
|
51 |
+
jupyterlab-pygments==0.1.2
|
52 |
+
jupyterlab-widgets==1.0.0
|
53 |
+
Keras==2.2.4
|
54 |
+
Keras-Applications==1.0.8
|
55 |
+
Keras-Preprocessing==1.1.2
|
56 |
+
keras-tqdm==1.0.1
|
57 |
+
kiwisolver==1.3.1
|
58 |
+
llvmlite==0.36.0
|
59 |
+
Markdown==3.3.3
|
60 |
+
MarkupSafe==1.1.1
|
61 |
+
matplotlib==3.3.4
|
62 |
+
MedPy==0.4.0
|
63 |
+
mistune==0.8.4
|
64 |
+
mock==4.0.3
|
65 |
+
nbclient==0.5.3
|
66 |
+
nbconvert==6.0.7
|
67 |
+
nbformat==5.1.3
|
68 |
+
nest-asyncio==1.5.1
|
69 |
+
networkx==2.5
|
70 |
+
neurite==0.1
|
71 |
+
nibabel==3.2.1
|
72 |
+
nilearn==0.7.0
|
73 |
+
notebook==6.3.0
|
74 |
+
numpy==1.19.5
|
75 |
+
oauthlib==3.1.1
|
76 |
+
open3d==0.12.0
|
77 |
+
OpenEXR==1.3.2
|
78 |
+
opt-einsum==3.3.0
|
79 |
+
packaging==20.8
|
80 |
+
pandas==1.1.5
|
81 |
+
pandocfilters==1.4.3
|
82 |
+
parso==0.8.2
|
83 |
+
patsy==0.5.1
|
84 |
+
pexpect==4.8.0
|
85 |
+
pickleshare==0.7.5
|
86 |
+
Pillow==8.1.0
|
87 |
+
pkg-resources==0.0.0
|
88 |
+
plotly==4.14.3
|
89 |
+
plyfile==0.7.3
|
90 |
+
probreg==0.3.1
|
91 |
+
prometheus-client==0.10.0
|
92 |
+
promise==2.3
|
93 |
+
prompt-toolkit==3.0.18
|
94 |
+
protobuf==3.14.0
|
95 |
+
psutil==5.8.0
|
96 |
+
ptyprocess==0.7.0
|
97 |
+
pyasn1==0.4.8
|
98 |
+
pyasn1-modules==0.2.8
|
99 |
+
pybind11==2.6.2
|
100 |
+
pycparser==2.20
|
101 |
+
pycpd==2.0.0
|
102 |
+
pydicom==2.1.2
|
103 |
+
Pygments==2.8.1
|
104 |
+
pynrrd==0.4.2
|
105 |
+
pyparsing==2.4.7
|
106 |
+
pyrsistent==0.17.3
|
107 |
+
pystrum==0.1
|
108 |
+
python-dateutil==2.8.1
|
109 |
+
python-utils==2.5.6
|
110 |
+
pytz==2021.1
|
111 |
+
PyWavelets==1.1.1
|
112 |
+
PyYAML==5.4.1
|
113 |
+
pyzmq==22.0.3
|
114 |
+
requests==2.25.1
|
115 |
+
requests-oauthlib==1.3.0
|
116 |
+
retrying==1.3.3
|
117 |
+
rsa==4.7.2
|
118 |
+
scikit-image==0.17.2
|
119 |
+
scikit-learn==0.24.1
|
120 |
+
scipy==1.5.4
|
121 |
+
Send2Trash==1.5.0
|
122 |
+
SimpleITK==2.0.2
|
123 |
+
six==1.15.0
|
124 |
+
sklearn==0.0
|
125 |
+
statsmodels==0.12.2
|
126 |
+
tensorboard==1.13.1
|
127 |
+
tensorboard-data-server==0.6.1
|
128 |
+
tensorboard-plugin-wit==1.8.0
|
129 |
+
tensorflow-addons==0.14.0
|
130 |
+
tensorflow-datasets==4.4.0
|
131 |
+
tensorflow-estimator==1.13.0
|
132 |
+
tensorflow-gpu==1.13.1
|
133 |
+
tensorflow-metadata==1.2.0
|
134 |
+
termcolor==1.1.0
|
135 |
+
terminado==0.9.4
|
136 |
+
testpath==0.4.4
|
137 |
+
tf-keras-contrib==2.0.8
|
138 |
+
threadpoolctl==2.1.0
|
139 |
+
tifffile==2020.9.3
|
140 |
+
tikzplotlib==0.9.7
|
141 |
+
tornado==6.1
|
142 |
+
tqdm==4.56.0
|
143 |
+
traitlets==4.3.3
|
144 |
+
transformations==2020.1.1
|
145 |
+
trimesh==3.9.29
|
146 |
+
typeguard==2.12.1
|
147 |
+
typing-extensions==3.7.4.3
|
148 |
+
urllib3==1.26.3
|
149 |
+
voxelmorph==0.1
|
150 |
+
vtk==9.0.1
|
151 |
+
wcwidth==0.2.5
|
152 |
+
webcolors==1.11.1
|
153 |
+
webencodings==0.5.1
|
154 |
+
Werkzeug==1.0.1
|
155 |
+
widgetsnbextension==3.5.1
|
156 |
+
wrapt==1.12.1
|
157 |
+
xlrd==2.0.1
|
158 |
+
xlwt==1.3.0
|
159 |
+
zipp==3.4.0
|