Skip to content

Commit 42b2308

Browse files
Update setup.py
1 parent be79ad9 commit 42b2308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
on_rtd = os.environ.get("READTHEDOCS") == "True"
55

6-
install_requires = ["numpy<1.21", "scipy", "six"]
6+
install_requires = ["numpy", "scipy", "six"]
77

88
if not on_rtd:
99
install_requires.append("numba")

0 commit comments

Comments
 (0)