We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd32bd6 commit 159c18dCopy full SHA for 159c18d
setup.py
@@ -3,7 +3,7 @@
3
"""
4
from setuptools import find_packages, setup
5
6
-dependencies = ["streamlit==0.82.0", "click>=7.1.2", "httpx>=0.16.0"]
+dependencies = ["streamlit==0.82.0", "click<8.0,>=7.0", "httpx>=0.16.0"]
7
8
setup(
9
name="torchserve_dashboard",
0 commit comments