Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +58 -0
requirements.txt
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.3.0
|
2 |
+
attrs==23.2.0
|
3 |
+
blinker==1.8.2
|
4 |
+
cachetools==5.3.3
|
5 |
+
certifi==2024.6.2
|
6 |
+
charset-normalizer==3.3.2
|
7 |
+
click==8.1.7
|
8 |
+
colorama==0.4.6
|
9 |
+
filelock==3.14.0
|
10 |
+
fsspec==2024.6.0
|
11 |
+
gitdb==4.0.11
|
12 |
+
GitPython==3.1.43
|
13 |
+
huggingface-hub==0.23.3
|
14 |
+
idna==3.7
|
15 |
+
intel-openmp==2021.4.0
|
16 |
+
Jinja2==3.1.4
|
17 |
+
jsonschema==4.22.0
|
18 |
+
jsonschema-specifications==2023.12.1
|
19 |
+
markdown-it-py==3.0.0
|
20 |
+
MarkupSafe==2.1.5
|
21 |
+
mdurl==0.1.2
|
22 |
+
mkl==2021.4.0
|
23 |
+
mpmath==1.3.0
|
24 |
+
networkx==3.3
|
25 |
+
numpy==1.26.4
|
26 |
+
packaging==24.1
|
27 |
+
pandas==2.2.2
|
28 |
+
pillow==10.3.0
|
29 |
+
protobuf==4.25.3
|
30 |
+
pyarrow==16.1.0
|
31 |
+
pydeck==0.9.1
|
32 |
+
Pygments==2.18.0
|
33 |
+
python-dateutil==2.9.0.post0
|
34 |
+
pytz==2024.1
|
35 |
+
PyYAML==6.0.1
|
36 |
+
referencing==0.35.1
|
37 |
+
regex==2024.5.15
|
38 |
+
requests==2.32.3
|
39 |
+
rich==13.7.1
|
40 |
+
rpds-py==0.18.1
|
41 |
+
safetensors==0.4.3
|
42 |
+
six==1.16.0
|
43 |
+
smmap==5.0.1
|
44 |
+
streamlit==1.35.0
|
45 |
+
sympy==1.12.1
|
46 |
+
tbb==2021.12.0
|
47 |
+
tenacity==8.3.0
|
48 |
+
tokenizers==0.19.1
|
49 |
+
toml==0.10.2
|
50 |
+
toolz==0.12.1
|
51 |
+
torch==2.3.1
|
52 |
+
tornado==6.4.1
|
53 |
+
tqdm==4.66.4
|
54 |
+
transformers==4.41.2
|
55 |
+
typing_extensions==4.12.2
|
56 |
+
tzdata==2024.1
|
57 |
+
urllib3==2.2.1
|
58 |
+
watchdog==4.0.1
|