From ade856f231b7b586a57b53a044fac43232da063c Mon Sep 17 00:00:00 2001 From: Erik Gaasedelen Date: Sat, 26 Mar 2022 12:54:42 -0700 Subject: [PATCH] Relax Numpy constraints (#1732) * bump numpy to 1.20 * relax numpy constraints (cherry picked from commit 7e3e8bb1b739eb6d1c0784b0cb2594b587b93b39) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af2aa3d86..98bebab23 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ def run_tests(self): "decorator>=4.0.2,<5.0", "imageio>=2.5,<3.0", "imageio_ffmpeg>=0.2.0", - "numpy>=1.17.3,<=1.20", + "numpy>=1.17.3", "requests>=2.8.1,<3.0", "proglog<=1.0.0", ]