shubh7 commited on
Commit
acd5aba
·
verified ·
1 Parent(s): caff821

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -12
requirements.txt CHANGED
@@ -1,14 +1,15 @@
1
- numpy
2
- pandas
3
- matplotlib
4
- seaborn
5
- scikit-learn
6
- keras
7
- tensorflow # Keras requires TensorFlow as its backend
8
- statsmodels
9
- huggingface-hub>=0.19
10
- hf-transfer>=0.1.4
 
 
11
  protobuf<4
12
  click<8.1
13
- pydantic~=1.0
14
- xgboost
 
1
+ numpy==1.26.4
2
+ pandas==2.2.3
3
+ matplotlib==3.10.0
4
+ seaborn==0.13.2
5
+ scikit-learn==1.6.0
6
+ tensorflow==2.18.0
7
+ keras==2.18.0
8
+ statsmodels==0.14.4
9
+ huggingface-hub==0.27.0
10
+ gradio==5.9.1
11
+ xgboost==2.1.3
12
+ kagglehub==0.2.3
13
  protobuf<4
14
  click<8.1
15
+ pydantic==1.10.19