From e94764500494220fe05b2a5b060a395c4266bd01 Mon Sep 17 00:00:00 2001 From: hallvictoria Date: Mon, 17 Jun 2024 14:23:52 -0500 Subject: [PATCH] remove numpy pinning --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6615bc22..e7598362 100644 --- a/setup.py +++ b/setup.py @@ -108,7 +108,7 @@ "scikit-learn", "opencv-python", "pandas", - "numpy~=1.21.0", + "numpy", "pre-commit" ], "test-http-v2": [