AkshatGianIIITD commited on
Commit
a50a49b
·
1 Parent(s): 68bd8ba

Fix numpy + sklearn binary compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- gradio
2
- pandas
3
- numpy
4
  scikit-learn==1.2.2
 
5
  joblib
 
6
  openpyxl
7
  xgboost
 
1
+ numpy==1.22.4
 
 
2
  scikit-learn==1.2.2
3
+ pandas
4
  joblib
5
+ gradio
6
  openpyxl
7
  xgboost