ntam0001 commited on
Commit
d3e3b55
·
verified ·
1 Parent(s): 2d04e4c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- tensorflow==2.12.0
2
- scikit-learn==1.2.2
3
- pandas==2.0.3
4
- numpy==1.24.3
5
- gradio==3.41.2
6
- plotly==5.15.0
 
1
+ tensorflow>=2.15.0 # Newer version that supports numpy 1.24+
2
+ scikit-learn>=1.2.2
3
+ pandas>=2.0.3
4
+ numpy>=1.24.3
5
+ gradio>=3.41.2
6
+ plotly>=5.15.0