We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d9d1e commit 464dd35Copy full SHA for 464dd35
deploy/mlflow-triton-plugin/setup.py
@@ -32,6 +32,6 @@
32
long_description=open("README.md").read(),
33
long_description_content_type="text/markdown",
34
packages=find_packages(),
35
- install_requires=["mlflow>=1.15.0", "tritonclient[all]"],
+ install_requires=["mlflow>=1.15.0,<2.0", "tritonclient[all]"],
36
entry_points={"mlflow.deployments": "triton=mlflow_triton.deployments"},
37
)
0 commit comments