PeterPinetree commited on
Commit
88b3e1e
·
verified ·
1 Parent(s): 18e32f3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -9
requirements.txt CHANGED
@@ -1,13 +1,7 @@
1
- # --- UI stack (events work) ---
2
  solara==1.31.0
3
- reacton==1.28.1
4
-
5
- # --- Plotly stack compatible with Solara (no anywidget needed) ---
6
- plotly==5.24.1
7
- ipywidgets>=8.1.2,<9
8
-
9
- # --- Your deps ---
10
  pandas
11
  transformers[torch]
12
- # CPU wheel for torch on Spaces:
 
13
  torch==2.3.1+cpu --index-url https://download.pytorch.org/whl/cpu
 
 
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