Spaces:
Build error
Build error
Coyoteranger
commited on
Create requirements.txt
Browse files- requirements.txt +72 -0
requirements.txt
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==1.1.1
|
2 |
+
aiohappyeyeballs==2.4.3
|
3 |
+
aiohttp==3.11.7
|
4 |
+
aiosignal==1.3.1
|
5 |
+
altair==5.4.1
|
6 |
+
attrs==24.2.0
|
7 |
+
blinker==1.9.0
|
8 |
+
cachetools==5.5.0
|
9 |
+
certifi==2024.8.30
|
10 |
+
charset-normalizer==3.4.0
|
11 |
+
click==8.1.7
|
12 |
+
colorama==0.4.6
|
13 |
+
datasets==3.1.0
|
14 |
+
dill==0.3.8
|
15 |
+
filelock==3.16.1
|
16 |
+
frozenlist==1.5.0
|
17 |
+
fsspec==2024.9.0
|
18 |
+
gitdb==4.0.11
|
19 |
+
GitPython==3.1.43
|
20 |
+
hf_transfer==0.1.8
|
21 |
+
huggingface-hub==0.26.2
|
22 |
+
idna==3.10
|
23 |
+
Jinja2==3.1.4
|
24 |
+
jsonschema==4.23.0
|
25 |
+
jsonschema-specifications==2024.10.1
|
26 |
+
markdown-it-py==3.0.0
|
27 |
+
MarkupSafe==3.0.2
|
28 |
+
mdurl==0.1.2
|
29 |
+
mpmath==1.3.0
|
30 |
+
multidict==6.1.0
|
31 |
+
multiprocess==0.70.16
|
32 |
+
narwhals==1.14.1
|
33 |
+
networkx==3.2.1
|
34 |
+
numpy==2.1.3
|
35 |
+
packaging==24.2
|
36 |
+
pandas==2.2.3
|
37 |
+
pillow==11.0.0
|
38 |
+
propcache==0.2.0
|
39 |
+
protobuf==5.28.3
|
40 |
+
psutil==6.1.0
|
41 |
+
pyarrow==18.0.0
|
42 |
+
pydeck==0.9.1
|
43 |
+
Pygments==2.18.0
|
44 |
+
python-dateutil==2.9.0.post0
|
45 |
+
pytz==2024.2
|
46 |
+
PyYAML==6.0.2
|
47 |
+
referencing==0.35.1
|
48 |
+
regex==2024.11.6
|
49 |
+
requests==2.32.3
|
50 |
+
rich==13.9.4
|
51 |
+
rpds-py==0.21.0
|
52 |
+
safetensors==0.4.5
|
53 |
+
setuptools==70.0.0
|
54 |
+
six==1.16.0
|
55 |
+
smmap==5.0.1
|
56 |
+
streamlit==1.40.1
|
57 |
+
sympy==1.13.1
|
58 |
+
tenacity==9.0.0
|
59 |
+
tokenizers==0.20.3
|
60 |
+
toml==0.10.2
|
61 |
+
torch==2.5.1+cu121
|
62 |
+
torchaudio==2.5.1+cu121
|
63 |
+
torchvision==0.20.1+cu121
|
64 |
+
tornado==6.4.1
|
65 |
+
tqdm==4.67.0
|
66 |
+
transformers==4.46.3
|
67 |
+
typing_extensions==4.12.2
|
68 |
+
tzdata==2024.2
|
69 |
+
urllib3==2.2.3
|
70 |
+
watchdog==6.0.0
|
71 |
+
xxhash==3.5.0
|
72 |
+
yarl==1.18.0
|