jithenderchoudary commited on
Commit
17d989a
·
verified ·
1 Parent(s): 301d411

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -1
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  streamlit
2
  pandas
3
- scikit-learn
4
  xgboost
5
  RUN pip install --upgrade pip
6
  ansys-mapdl-core
@@ -11,4 +11,9 @@ hf-transfer>=0.1.4
11
  protobuf<4
12
  click<8.1
13
  pydantic~=1.0
 
 
 
 
 
14
 
 
1
  streamlit
2
  pandas
3
+ scikit-learn=0.24.2
4
  xgboost
5
  RUN pip install --upgrade pip
6
  ansys-mapdl-core
 
11
  protobuf<4
12
  click<8.1
13
  pydantic~=1.0
14
+ gradio==3.23.0
15
+ numpy==1.21.0
16
+ pandas==1.3.0
17
+ joblib==1.0.1
18
+ matplotlib==3.4.2
19