Skip to content

Commit

Permalink
requirments updated to get
Browse files Browse the repository at this point in the history
  • Loading branch information
jrybicki-jsc committed Dec 15, 2023
1 parent 5c9f1b7 commit 5522ea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mlflow_stagein.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"host": Param(default="", type="string"),
"port": Param(type="integer", default=22),
"login": Param(default="", type="string"),
"mlflow_runid": Param(type="string", description="run from which model should be staged-in"),
"mlflow_runid": Param(default="", type="string", description="run from which model should be staged-in"),
"mlflow_modelpath": Param(type="string", default="model/model.pkl")
},
)
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apache-airflow==2.6.3
apache-airflow==2.7.0
apache-airflow-providers-ssh
apache-airflow-providers-hashicorp
boto3==1.24.32
Expand All @@ -8,4 +8,5 @@ webdavclient3
airflow-datacat-integration>=0.1.4
virtualenv
pyunicore==0.15.0
python-gitlab==3.15.0
python-gitlab==3.15.0
mlflow==1.30.0

0 comments on commit 5522ea3

Please sign in to comment.