PeterPinetree commited on
Commit
9a4a2b9
·
verified ·
1 Parent(s): 88b3e1e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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[torch]
 
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