fix: deps
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
--index-url https://download.pytorch.org/whl/
|
2 |
-
|
3 |
# Core ML/AI libraries
|
4 |
transformers
|
5 |
torch
|
@@ -23,8 +22,8 @@ gradio_client==1.10.3
|
|
23 |
spaces
|
24 |
|
25 |
# HuggingFace ecosystem
|
26 |
-
huggingface_hub[hf_xet]>=0.
|
27 |
-
datasets>=3.
|
28 |
|
29 |
# Data validation and utilities
|
30 |
pydantic==2.11.5
|
|
|
1 |
+
--index-url https://download.pytorch.org/whl/cu118
|
|
|
2 |
# Core ML/AI libraries
|
3 |
transformers
|
4 |
torch
|
|
|
22 |
spaces
|
23 |
|
24 |
# HuggingFace ecosystem
|
25 |
+
huggingface_hub[hf_xet]>=0.31.0
|
26 |
+
datasets>=3.5.0
|
27 |
|
28 |
# Data validation and utilities
|
29 |
pydantic==2.11.5
|