Neprox commited on
Commit
19d767a
·
1 Parent(s): eb87c00

update requirements to specific versions

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -15
requirements.txt CHANGED
@@ -1,16 +1,22 @@
1
- hopsworks
 
 
 
 
 
 
 
 
 
2
  praw==7.6.1
3
- modal-client
4
- transformers
5
- sentence-transformers
6
- torch
7
- pandas
8
- xgboost
9
- joblib
10
- scikit-learn
11
- python-dotenv
12
- seaborn
13
- matplotlib
14
- pytest
15
- shap
16
- bayesian-optimization
 
1
+ bayesian_optimization==1.4.2
2
+ great_expectations==0.14.12
3
+ hopsworks==3.0.5
4
+ hsml==3.0.3
5
+ joblib==1.2.0
6
+ matplotlib==3.5.3
7
+ modal==0.4.1
8
+ modal_client==0.44.679
9
+ numpy==1.21.6
10
+ pandas==1.3.5
11
  praw==7.6.1
12
+ pytest==7.2.0
13
+ python-dotenv==0.21.0
14
+ scikit_learn==1.2.0
15
+ scipy==1.7.3
16
+ seaborn==0.12.2
17
+ sentence_transformers==2.2.2
18
+ shap==0.41.0
19
+ streamlit==1.16.0
20
+ tqdm==4.64.1
21
+ transformers==4.25.1
22
+ xgboost==1.6.2