Skip to content

Commit 159c18d

Browse files
authored
Update setup.py
1 parent bd32bd6 commit 159c18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
from setuptools import find_packages, setup
55

6-
dependencies = ["streamlit==0.82.0", "click>=7.1.2", "httpx>=0.16.0"]
6+
dependencies = ["streamlit==0.82.0", "click<8.0,>=7.0", "httpx>=0.16.0"]
77

88
setup(
99
name="torchserve_dashboard",

0 commit comments

Comments
 (0)