Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +48 -0
requirements.txt
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Cython==0.29.34
|
2 |
+
dask==2022.12.1
|
3 |
+
datascience==0.17.6
|
4 |
+
datasets
|
5 |
+
gradio==3.28.0
|
6 |
+
gradio_client==0.1.4
|
7 |
+
httpx==0.24.0
|
8 |
+
huggingface-hub==0.14.1
|
9 |
+
Markdown==3.4.3
|
10 |
+
markdown-it-py==2.2.0
|
11 |
+
MarkupSafe==2.1.2
|
12 |
+
matplotlib==3.7.1
|
13 |
+
matplotlib-inline==0.1.6
|
14 |
+
matplotlib-venn==0.11.9
|
15 |
+
nltk==3.8.1
|
16 |
+
notebook==6.4.8
|
17 |
+
numpy==1.22.4
|
18 |
+
pandas==1.5.3
|
19 |
+
pandas-datareader==0.10.0
|
20 |
+
pandas-gbq==0.17.9
|
21 |
+
pandocfilters==1.5.0
|
22 |
+
scikit-image==0.19.3
|
23 |
+
scikit-learn==1.2.2
|
24 |
+
scipy==1.10.1
|
25 |
+
sklearn-pandas==2.2.0
|
26 |
+
tensorboard==2.12.2
|
27 |
+
tensorboard-data-server==0.7.0
|
28 |
+
tensorboard-plugin-wit==1.8.1
|
29 |
+
tensorflow==2.12.0
|
30 |
+
tensorflow-datasets==4.8.3
|
31 |
+
tensorflow-estimator==2.12.0
|
32 |
+
tensorflow-gcs-config==2.12.0
|
33 |
+
tensorflow-hub==0.13.0
|
34 |
+
tensorflow-metadata==1.13.1
|
35 |
+
tensorflow-probability==0.19.0
|
36 |
+
tensorstore==0.1.36
|
37 |
+
threadpoolctl==3.1.0
|
38 |
+
tifffile==2023.4.12
|
39 |
+
tokenizers==0.13.3
|
40 |
+
toml==0.10.2
|
41 |
+
tomli==2.0.1
|
42 |
+
torch==2.0.0
|
43 |
+
torchdata==0.6.0
|
44 |
+
torchvision
|
45 |
+
torchsummary==1.5.1
|
46 |
+
torchtext==0.15.1
|
47 |
+
transformers==4.28.1
|
48 |
+
tweepy==4.13.0
|