From 900446e65b216f487d5f67a7ca5aeef2c072169c Mon Sep 17 00:00:00 2001 From: popaula937 <paula.popa@codemart.ro> Date: Tue, 21 Feb 2023 13:28:11 +0200 Subject: [PATCH] Downgrade numpy. --- base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/requirements.txt b/base/requirements.txt index 05d9112..4b4ee92 100644 --- a/base/requirements.txt +++ b/base/requirements.txt @@ -29,7 +29,7 @@ nglview==3.0.3 nibabel==3.2.1 numba==0.56.4 numexpr==2.8.1 -numpy==1.24.2 +numpy==1.23.5 pandas==1.3.5 patsy==0.5.2 plotly==5.5.0 -- GitLab