From 026f2ad9303533912f82586ee73fc08be3aa9dcf Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sat, 7 Jun 2025 23:04:24 +0200 Subject: pin numpy to 2.2.6 (#3787) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 57248c4f..ece0a36a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ networkx shapely>=2.0.0 lxml platformdirs -numpy +numpy==2.2.6 jinja2>2.9 requests -- cgit v1.2.3