licorne2lc commited on
Commit
e9e12ac
·
1 Parent(s): 35aad6d
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -3,8 +3,8 @@ uvicorn[standard]
3
  gunicorn
4
  pandas
5
  numpy
6
- scikit-learn
7
- joblib
8
  pydantic
9
 
10
 
 
3
  gunicorn
4
  pandas
5
  numpy
6
+ scikit-learn==1.0.2
7
+ joblib==1.2.0
8
  pydantic
9
 
10