CCockrum commited on
Commit
4fbd033
·
verified ·
1 Parent(s): 7131e3b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- gradio
2
- plotly
3
- pandas
4
- numpy
5
- requests
 
1
+ gradio>=4.0.0
2
+ plotly>=5.0.0
3
+ pandas>=1.5.0
4
+ numpy>=1.24.0
5
+ requests>=2.28.0