Skip to content

Commit

Permalink
requirements tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Yard1 committed Sep 15, 2020
1 parent b382a90 commit b6af860
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 11 additions & 1 deletion requirements-optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,14 @@ hyperopt
hpbandster
ConfigSpace
optuna
scikit-optimize>=0.8.1
scikit-optimize>=0.8.1
psutil #removing it as causing problem in Dockerfile
awscli #only required in deploy_model for AWS
azure-storage-blob #only required in deploy_model for Azure
google-cloud-storage #only required in deploy_model for GCP
shap #removing shap as it's causing issues building Docker image.
sckit-plot #for lift and gain charts
statsmodels #for future timeseries module
pmdarima #for future timeseries module
fastapi>=0.61.1 #only required in create_webservice for api
pydantic #only required in create_webservice for api
10 changes: 0 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,3 @@ kmodes>=0.10.1
datefinder>=0.7.0
mlflow
imbalanced-learn>=0.7.0
#psutil - removing it as causing problem in Dockerfile
#awscli - only required in deploy_model for AWS
#azure-storage-blob - only required in deploy_model for Azure
#google-cloud-storage - only required in deploy_model for GCP
#shap - removing shap as it's causing issues building Docker image.
#sckit-plot for lift and gain charts
#statsmodels - for future timeseries module
#pmdarima - for future timeseries module
#fastapi>=0.61.1 # only required in create_webservice for api
#pydantic # only required in create_webservice for api

0 comments on commit b6af860

Please sign in to comment.