From e2c3118f08bccddbd2eb47002b9d89d1f9eb3087 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Mon, 12 Jul 2021 08:50:37 +0200 Subject: [PATCH] don't allow pandas 1.3.0 yet --- envs/environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envs/environment.yaml b/envs/environment.yaml index 3d0a3400..979c83df 100644 --- a/envs/environment.yaml +++ b/envs/environment.yaml @@ -28,7 +28,7 @@ dependencies: - lxml - powerplantmatching>=0.4.8 - numpy<=1.19 # until new PyPSA after 27-06-21 - - pandas + - pandas<1.3 # until new PyPSA after 2-7-21, https://github.com/PyPSA/pypsa-eur/pull/261 - geopandas - xarray - netcdf4