Skip to content

Commit

Permalink
bump deps (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak authored Jan 12, 2022
1 parent 850f83c commit 2f4903f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
click==7.1.2
click==8.0.3
mlflow==1.14.0
neuro-extras==21.3.19
neuro-sdk==21.4.23
neuro-extras==21.11.5
neuro-sdk==22.1.0
PyYAML==5.3.1
yarl==1.6.3
yarl==1.7.2
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@

install_requires = (
"PyYAML >= 5.3.1",
"neuro-sdk >= 21.4.23",
"neuro-extras >= 21.3.19",
"neuro-sdk >= 22.1.0",
"neuro-cli >= 22.1.0",
"neuro-extras >= 21.11.5",
"mlflow >= 1.14.0",
"yarl >= 1.6.3",
"click >= 7.1.2, < 8.0.0",
"click >= 7.1.2, <= 8.0.3",
)

setup(
name="neuro-mlflow2seldon",
version="0.0.1",
version="0.0.2",
url="https://github.com/neuro-inc/mlops-k8s-mlflow2seldon",
packages=find_packages(),
install_requires=install_requires,
Expand Down

0 comments on commit 2f4903f

Please sign in to comment.