Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +48 -0
requirements.txt
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
autopep8==1.7.0
|
2 |
+
biopython==1.79
|
3 |
+
blinker==1.6.2
|
4 |
+
certifi==2023.5.7
|
5 |
+
charset-normalizer==3.1.0
|
6 |
+
click==8.1.3
|
7 |
+
colorama==0.4.6
|
8 |
+
contourpy==1.0.6
|
9 |
+
cycler==0.11.0
|
10 |
+
docopt==0.6.2
|
11 |
+
filelock==3.12.0
|
12 |
+
Flask==2.3.2
|
13 |
+
fonttools==4.38.0
|
14 |
+
fsspec==2023.5.0
|
15 |
+
huggingface-hub==0.14.1
|
16 |
+
idna==3.4
|
17 |
+
itsdangerous==2.1.2
|
18 |
+
Jinja2==3.1.2
|
19 |
+
kiwisolver==1.4.4
|
20 |
+
MarkupSafe==2.1.2
|
21 |
+
matplotlib==3.6.1
|
22 |
+
mpmath==1.3.0
|
23 |
+
networkx==3.1
|
24 |
+
numpy==1.23.4
|
25 |
+
opencv-python==4.6.0.66
|
26 |
+
packaging==21.3
|
27 |
+
pandas==1.5.3
|
28 |
+
Pillow==9.3.0
|
29 |
+
pipreqs==0.4.13
|
30 |
+
pycodestyle==2.9.1
|
31 |
+
pyparsing==3.0.9
|
32 |
+
python-dateutil==2.8.2
|
33 |
+
pytz==2022.7.1
|
34 |
+
PyYAML==6.0
|
35 |
+
regex==2023.5.5
|
36 |
+
requests==2.31.0
|
37 |
+
scipy==1.9.3
|
38 |
+
six==1.16.0
|
39 |
+
sympy==1.12
|
40 |
+
tokenizers==0.13.3
|
41 |
+
toml==0.10.2
|
42 |
+
torch==2.0.1
|
43 |
+
tqdm==4.65.0
|
44 |
+
transformers==4.29.2
|
45 |
+
typing_extensions==4.5.0
|
46 |
+
urllib3==2.0.2
|
47 |
+
Werkzeug==2.3.4
|
48 |
+
yarg==0.1.9
|