Spaces:
Runtime error
Runtime error
harlanhong
commited on
Commit
·
58eb3fb
1
Parent(s):
10cdcde
first
Browse files- requirements.txt +37 -0
requirements.txt
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==1.0.0
|
2 |
+
certifi==2021.10.8
|
3 |
+
cycler==0.11.0
|
4 |
+
fonttools==4.33.2
|
5 |
+
grpcio==1.44.0
|
6 |
+
imageio==2.17.0
|
7 |
+
importlib-metadata==4.11.3
|
8 |
+
joblib==1.1.0
|
9 |
+
kiwisolver==1.4.2
|
10 |
+
Markdown==3.3.6
|
11 |
+
matplotlib==3.5.1
|
12 |
+
networkx==2.6.3
|
13 |
+
numpy==1.21.6
|
14 |
+
packaging==21.3
|
15 |
+
pandas==1.3.5
|
16 |
+
Pillow==9.1.0
|
17 |
+
protobuf==3.20.1
|
18 |
+
pyparsing==3.0.8
|
19 |
+
python-dateutil==2.8.2
|
20 |
+
pytz==2022.1
|
21 |
+
PyWavelets==1.3.0
|
22 |
+
PyYAML==5.4.1
|
23 |
+
scikit-image==0.16.2
|
24 |
+
scikit-learn==1.0.2
|
25 |
+
scipy==1.7.3
|
26 |
+
six==1.16.0
|
27 |
+
sklearn==0.0
|
28 |
+
tensorboard==1.15.0
|
29 |
+
threadpoolctl==3.1.0
|
30 |
+
tifffile==2021.11.2
|
31 |
+
torch @ https://download.pytorch.org/whl/cu111/torch-1.9.0%2Bcu111-cp37-cp37m-linux_x86_64.whl
|
32 |
+
torchaudio==0.10.1+rocm4.1
|
33 |
+
torchvision @ https://download.pytorch.org/whl/cu111/torchvision-0.10.0%2Bcu111-cp37-cp37m-linux_x86_64.whl
|
34 |
+
tqdm==4.64.0
|
35 |
+
typing_extensions==4.2.0
|
36 |
+
Werkzeug==2.1.1
|
37 |
+
zipp==3.8.0
|