Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
solara==1.31.0
|
| 2 |
-
# don't pin reacton; solara brings a compatible 1.9.x
|
| 3 |
pandas
|
| 4 |
-
transformers
|
|
|
|
| 5 |
plotly>=6,<7
|
| 6 |
-
anywidget>=0.9.13
|
| 7 |
-
torch==2.3.1+cpu --index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 1 |
solara==1.31.0
|
|
|
|
| 2 |
pandas
|
| 3 |
+
transformers>=4.41,<5
|
| 4 |
+
torch==2.3.1
|
| 5 |
plotly>=6,<7
|
| 6 |
+
anywidget>=0.9.13
|
|
|