From 42b2308cefdb731b624b4a159bf7dc6799c56cd0 Mon Sep 17 00:00:00 2001 From: Benedek Rozemberczki Date: Sat, 1 Jul 2023 22:42:58 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c7faf77..d475603 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ on_rtd = os.environ.get("READTHEDOCS") == "True" -install_requires = ["numpy<1.21", "scipy", "six"] +install_requires = ["numpy", "scipy", "six"] if not on_rtd: install_requires.append("numba")