From a7b1e3822890f51f48c925b4266189b654d6a606 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:06:30 +0200 Subject: [PATCH] FIX: install NumPy v1 --- .constraints/py3.10.txt | 2 +- .constraints/py3.11.txt | 2 +- .constraints/py3.9.txt | 2 +- pyproject.toml | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.constraints/py3.10.txt b/.constraints/py3.10.txt index 990cf7c..bdf8f6d 100644 --- a/.constraints/py3.10.txt +++ b/.constraints/py3.10.txt @@ -124,7 +124,7 @@ nest-asyncio==1.6.0 nodeenv==1.9.1 notebook-shim==0.2.4 numba==0.60.0 -numpy==2.0.1 +numpy==1.26.4 oauthlib==3.2.2 opt-einsum==3.3.0 overrides==7.7.0 diff --git a/.constraints/py3.11.txt b/.constraints/py3.11.txt index 2a69830..67a6ee6 100644 --- a/.constraints/py3.11.txt +++ b/.constraints/py3.11.txt @@ -123,7 +123,7 @@ nest-asyncio==1.6.0 nodeenv==1.9.1 notebook-shim==0.2.4 numba==0.60.0 -numpy==2.0.1 +numpy==1.26.4 oauthlib==3.2.2 opt-einsum==3.3.0 overrides==7.7.0 diff --git a/.constraints/py3.9.txt b/.constraints/py3.9.txt index b7aaf40..3e3e29e 100644 --- a/.constraints/py3.9.txt +++ b/.constraints/py3.9.txt @@ -125,7 +125,7 @@ nest-asyncio==1.6.0 nodeenv==1.9.1 notebook-shim==0.2.4 numba==0.60.0 -numpy==2.0.1 +numpy==1.26.4 oauthlib==3.2.2 opt-einsum==3.3.0 overrides==7.7.0 diff --git a/pyproject.toml b/pyproject.toml index fbebc7a..08cd339 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,6 +69,7 @@ doc = [ "tqdm", ] jax = [ + "numpy==1.*", "tensorwaves[jax]", ] jupyter = [