TEZv commited on
Commit
dae0d05
·
verified ·
1 Parent(s): f70c607

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- gradio>=5.21.0
2
- pandas
3
- numpy
4
- matplotlib
5
- pillow
6
- plotly
 
1
+ gradio==5.22.0
2
+ pandas>=2.0.0
3
+ numpy>=1.24.0
4
+ matplotlib>=3.7.0
5
+ pillow>=10.0.0
6
+ plotly>=5.18.0