Create requirements.txt
Browse files- requirements.txt +68 -0
requirements.txt
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==1.5.2
|
2 |
+
altair==5.5.0
|
3 |
+
annotated-types==0.7.0
|
4 |
+
anyio==4.9.0
|
5 |
+
attrs==25.3.0
|
6 |
+
blinker==1.9.0
|
7 |
+
cachetools==5.5.2
|
8 |
+
certifi==2025.1.31
|
9 |
+
charset-normalizer==3.4.1
|
10 |
+
click==8.1.8
|
11 |
+
fastapi==0.115.12
|
12 |
+
filelock==3.18.0
|
13 |
+
fsspec==2025.3.0
|
14 |
+
gitdb==4.0.12
|
15 |
+
GitPython==3.1.44
|
16 |
+
h11==0.14.0
|
17 |
+
huggingface-hub==0.29.3
|
18 |
+
idna==3.10
|
19 |
+
Jinja2==3.1.6
|
20 |
+
joblib==1.4.2
|
21 |
+
jsonschema==4.23.0
|
22 |
+
jsonschema-specifications==2024.10.1
|
23 |
+
MarkupSafe==3.0.2
|
24 |
+
mpmath==1.3.0
|
25 |
+
narwhals==1.32.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 |
+
psutil==7.0.0
|
33 |
+
pyarrow==19.0.1
|
34 |
+
pydantic==2.10.6
|
35 |
+
pydantic_core==2.27.2
|
36 |
+
pydeck==0.9.1
|
37 |
+
python-dateutil==2.9.0.post0
|
38 |
+
pytz==2025.1
|
39 |
+
PyYAML==6.0.2
|
40 |
+
referencing==0.36.2
|
41 |
+
regex==2024.11.6
|
42 |
+
requests==2.32.3
|
43 |
+
rpds-py==0.23.1
|
44 |
+
safetensors==0.5.3
|
45 |
+
scikit-learn==1.6.1
|
46 |
+
scipy==1.15.2
|
47 |
+
sentencepiece==0.2.0
|
48 |
+
six==1.17.0
|
49 |
+
smmap==5.0.2
|
50 |
+
sniffio==1.3.1
|
51 |
+
starlette==0.46.1
|
52 |
+
streamlit==1.43.2
|
53 |
+
sympy==1.13.3
|
54 |
+
tenacity==9.0.0
|
55 |
+
threadpoolctl==3.6.0
|
56 |
+
tokenizers==0.15.2
|
57 |
+
toml==0.10.2
|
58 |
+
torch==2.2.0
|
59 |
+
tornado==6.4.2
|
60 |
+
tqdm==4.67.1
|
61 |
+
transformers==4.37.2
|
62 |
+
typing_extensions==4.12.2
|
63 |
+
tzdata==2025.2
|
64 |
+
urllib3==2.3.0
|
65 |
+
uvicorn==0.34.0
|
66 |
+
watchdog==6.0.0
|
67 |
+
xgboost==3.0.0
|
68 |
+
onnxruntime==1.17.0
|