diff --git a/setup.py b/setup.py index 6d3e131..390c28b 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def read(path, encoding="utf-8"): "pyyaml>=5.1", "hsluv==0.0.2", "attrs>=19.2,<19.4", - "click~=7.0.0", + "click>=7.0,<7.2", "freud-analysis>=1.0,<1.3", "rowan>=1.2,<1.3", "tqdm>=4,<5",