From 8bd840c252c208180f063fb93ef28bb5a8a3a8ca Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Tue, 27 Dec 2022 11:30:33 +0100 Subject: [PATCH] limit numpy < 1.24 --- envs/environment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/envs/environment.yaml b/envs/environment.yaml index 276c7868..9476dd6b 100644 --- a/envs/environment.yaml +++ b/envs/environment.yaml @@ -25,7 +25,7 @@ dependencies: - pytables - lxml - powerplantmatching>=0.5.5 -- numpy +- numpy<1.24 - pandas - geopandas>=0.11.0 - xarray @@ -56,5 +56,5 @@ dependencies: - pyxlsb - pip: - - git+https://github.com/fresna/vresutils.git#egg=vresutils + - vresutils>=0.3.1 - tsam>=1.1.0