From 6f1023230cee7a1d865f16c82629f4c7e57777a0 Mon Sep 17 00:00:00 2001 From: Yannick Jadoul Date: Sun, 23 Jun 2024 00:24:03 +0200 Subject: [PATCH] Restrict NumPy < 2 in requirements.txt, until pybind11 gets updated or the imcompatibility gets resolved differently --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6359fce3..463e7a07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -numpy>=1.7 +numpy>=1.7,<2