From cc648389d6491e33136ce44323056998843e6953 Mon Sep 17 00:00:00 2001 From: Joseph Melber Date: Tue, 25 Feb 2025 10:32:09 -0700 Subject: [PATCH] Relax numpy more --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 1c269427b2..aba95fcea4 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -4,7 +4,7 @@ cmake>=3.29 dataclasses>=0.6, <=0.8 filelock==3.13.1 lit -numpy>=1.19.5, <2.0 # 2.1 would be nice for typing improvements, but it doesn't seem to work well with pyxrt +numpy>=1.19.5 pandas psutil pybind11>=2.9.0, <=2.10.3