Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +44 -42
requirements.txt
CHANGED
@@ -1,42 +1,44 @@
|
|
1 |
-
annotated-types==0.7.0
|
2 |
-
anyio==4.8.0
|
3 |
-
certifi==2025.1.31
|
4 |
-
charset-normalizer==3.4.1
|
5 |
-
colorama==0.4.6
|
6 |
-
distro==1.9.0
|
7 |
-
eval_type_backport==0.2.2
|
8 |
-
exceptiongroup==1.2.2
|
9 |
-
filelock==3.17.0
|
10 |
-
fsspec==2025.2.0
|
11 |
-
h11==0.14.0
|
12 |
-
httpcore==1.0.7
|
13 |
-
httpx==0.28.1
|
14 |
-
huggingface-hub==0.29.1
|
15 |
-
idna==3.10
|
16 |
-
jiter==0.8.2
|
17 |
-
jsonpath-python==1.0.6
|
18 |
-
mistralai==1.5.0
|
19 |
-
mypy-extensions==1.0.0
|
20 |
-
numpy==1.26.4
|
21 |
-
openai==1.64.0
|
22 |
-
packaging==24.2
|
23 |
-
pandas==2.2.3
|
24 |
-
pydantic==2.10.6
|
25 |
-
pydantic_core==2.27.2
|
26 |
-
python-dateutil==2.9.0.post0
|
27 |
-
python-dotenv==1.0.1
|
28 |
-
pytz==2025.1
|
29 |
-
PyYAML==6.0.2
|
30 |
-
regex==2024.11.6
|
31 |
-
requests==2.32.3
|
32 |
-
safetensors==0.5.2
|
33 |
-
scipy==1.12.0
|
34 |
-
six==1.17.0
|
35 |
-
sniffio==1.3.1
|
36 |
-
tokenizers==0.21.0
|
37 |
-
tqdm==4.67.1
|
38 |
-
transformers==4.49.0
|
39 |
-
typing-inspect==0.9.0
|
40 |
-
typing_extensions==4.12.2
|
41 |
-
tzdata==2025.1
|
42 |
-
urllib3==2.3.0
|
|
|
|
|
|
1 |
+
annotated-types==0.7.0
|
2 |
+
anyio==4.8.0
|
3 |
+
certifi==2025.1.31
|
4 |
+
charset-normalizer==3.4.1
|
5 |
+
colorama==0.4.6
|
6 |
+
distro==1.9.0
|
7 |
+
eval_type_backport==0.2.2
|
8 |
+
exceptiongroup==1.2.2
|
9 |
+
filelock==3.17.0
|
10 |
+
fsspec==2025.2.0
|
11 |
+
h11==0.14.0
|
12 |
+
httpcore==1.0.7
|
13 |
+
httpx==0.28.1
|
14 |
+
huggingface-hub==0.29.1
|
15 |
+
idna==3.10
|
16 |
+
jiter==0.8.2
|
17 |
+
jsonpath-python==1.0.6
|
18 |
+
mistralai==1.5.0
|
19 |
+
mypy-extensions==1.0.0
|
20 |
+
numpy==1.26.4
|
21 |
+
openai==1.64.0
|
22 |
+
packaging==24.2
|
23 |
+
pandas==2.2.3
|
24 |
+
pydantic==2.10.6
|
25 |
+
pydantic_core==2.27.2
|
26 |
+
python-dateutil==2.9.0.post0
|
27 |
+
python-dotenv==1.0.1
|
28 |
+
pytz==2025.1
|
29 |
+
PyYAML==6.0.2
|
30 |
+
regex==2024.11.6
|
31 |
+
requests==2.32.3
|
32 |
+
safetensors==0.5.2
|
33 |
+
scipy==1.12.0
|
34 |
+
six==1.17.0
|
35 |
+
sniffio==1.3.1
|
36 |
+
tokenizers==0.21.0
|
37 |
+
tqdm==4.67.1
|
38 |
+
transformers==4.49.0
|
39 |
+
typing-inspect==0.9.0
|
40 |
+
typing_extensions==4.12.2
|
41 |
+
tzdata==2025.1
|
42 |
+
urllib3==2.3.0
|
43 |
+
streamlit==1.10.0
|
44 |
+
tensorflow==2.12.0
|