Skip to content

Commit f3b3fa6

Browse files
committed
Fix syntax of requirement
1 parent 7a20a31 commit f3b3fa6

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
@@ -23,7 +23,7 @@
2323

2424
# ---
2525

26-
requires = ["requests", "numpydoc", "click<9.0,>=7.0", "shed", "typeguard~2.13.3", "tqdm"]
26+
requires = ["requests", "numpydoc", "click<9.0,>=7.0", "shed", "typeguard>=2,<3", "tqdm"]
2727

2828
extras_require = {"dataframe": ["numpy >= 1.13.0", "pandas >= 0.23.0"]}
2929

0 commit comments

Comments
 (0)