Skip to content

Commit 464dd35

Browse files
committed
Set range to mlflow package version
1 parent 01d9d1e commit 464dd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/mlflow-triton-plugin/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
long_description=open("README.md").read(),
3333
long_description_content_type="text/markdown",
3434
packages=find_packages(),
35-
install_requires=["mlflow>=1.15.0", "tritonclient[all]"],
35+
install_requires=["mlflow>=1.15.0,<2.0", "tritonclient[all]"],
3636
entry_points={"mlflow.deployments": "triton=mlflow_triton.deployments"},
3737
)

0 commit comments

Comments
 (0)