Skip to content

Commit

Permalink
Running on ec2 instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Aug 20, 2023
1 parent b926314 commit 6569817
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 184 deletions.
21 changes: 10 additions & 11 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,24 @@ verify_ssl = true
name = "pypi"

[packages]
xgboost = "*"
optuna = "*"
prefect-aws = "*"
prefect = "*"
xgboost = "==1.7.6"
optuna = "==3.3.0"
prefect = "==2.11.4"
flask = "==2.3.2"
gunicorn = "*"
evidently = "*"
psycopg-binary = "*"
pyarrow = "*"
gunicorn = "==21.2.0"
evidently = "==0.4.1"
mlflow = "*"
boto3 = "*"
streamlit = "*"
psycopg2 = "*"
sqlalchemy = "*"
prefect-email = "*"
mlflow = "*"
boto3 = "*"
pyarrow = "*"
prefect-aws = "*"

[dev-packages]
pytest = "*"
pylint = "*"
pytest = "*"
black = "*"
isort = "*"
deepdiff = "*"
Expand Down
Loading

0 comments on commit 6569817

Please sign in to comment.