Skip to content

Commit 9ac546a

Browse files
Remove unnecessary version constraint for click (jupyter-book#1623)
1 parent 4e90fa1 commit 9ac546a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ project_urls =
3535
[options]
3636
packages = find:
3737
install_requires =
38-
click~=7.1
38+
click>=7.1,<9
3939
docutils>=0.15,<0.18
4040
jsonschema<4
4141
# Include Jupytext to ensure users have the right version, even if not strictly necessary

0 commit comments

Comments
 (0)