Create requirements.txt
Browse files- requirements.txt +60 -0
requirements.txt
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.5.0
|
2 |
+
attrs==25.3.0
|
3 |
+
blinker==1.9.0
|
4 |
+
cachetools==5.5.2
|
5 |
+
certifi==2025.1.31
|
6 |
+
charset-normalizer==3.4.1
|
7 |
+
click==8.1.8
|
8 |
+
colorama==0.4.6
|
9 |
+
contourpy==1.3.1
|
10 |
+
cycler==0.12.1
|
11 |
+
filelock==3.18.0
|
12 |
+
fonttools==4.56.0
|
13 |
+
fsspec==2025.3.0
|
14 |
+
gitdb==4.0.12
|
15 |
+
GitPython==3.1.44
|
16 |
+
huggingface-hub==0.29.3
|
17 |
+
idna==3.10
|
18 |
+
Jinja2==3.1.6
|
19 |
+
jsonschema==4.23.0
|
20 |
+
jsonschema-specifications==2024.10.1
|
21 |
+
kiwisolver==1.4.8
|
22 |
+
MarkupSafe==3.0.2
|
23 |
+
matplotlib==3.10.1
|
24 |
+
mpmath==1.3.0
|
25 |
+
narwhals==1.31.0
|
26 |
+
networkx==3.4.2
|
27 |
+
numpy==2.2.4
|
28 |
+
packaging==24.2
|
29 |
+
pandas==2.2.3
|
30 |
+
pillow==11.1.0
|
31 |
+
protobuf==5.29.4
|
32 |
+
pyarrow==19.0.1
|
33 |
+
pydeck==0.9.1
|
34 |
+
pyparsing==3.2.1
|
35 |
+
python-dateutil==2.9.0.post0
|
36 |
+
pytz==2025.1
|
37 |
+
PyYAML==6.0.2
|
38 |
+
referencing==0.36.2
|
39 |
+
regex==2024.11.6
|
40 |
+
requests==2.32.3
|
41 |
+
rpds-py==0.23.1
|
42 |
+
safetensors==0.5.3
|
43 |
+
scipy==1.15.2
|
44 |
+
six==1.17.0
|
45 |
+
smmap==5.0.2
|
46 |
+
streamlit==1.43.2
|
47 |
+
sympy==1.13.1
|
48 |
+
tenacity==9.0.0
|
49 |
+
tokenizers==0.21.1
|
50 |
+
toml==0.10.2
|
51 |
+
torch==2.6.0
|
52 |
+
torchaudio==2.6.0
|
53 |
+
torchvision==0.21.0
|
54 |
+
tornado==6.4.2
|
55 |
+
tqdm==4.67.1
|
56 |
+
transformers==4.50.0
|
57 |
+
typing_extensions==4.12.2
|
58 |
+
tzdata==2025.1
|
59 |
+
urllib3==2.3.0
|
60 |
+
watchdog==6.0.0
|