Skip to content

Commit

Permalink
Set range to mlflow package version
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-nv committed Nov 23, 2022
1 parent fe77c8b commit 282b16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/mlflow-triton-plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
packages=find_packages(),
install_requires=["mlflow>=1.15.0", "tritonclient[all]"],
install_requires=["mlflow>=1.15.0,<2.0", "tritonclient[all]"],
entry_points={"mlflow.deployments": "triton=mlflow_triton.deployments"},
)

0 comments on commit 282b16b

Please sign in to comment.