update environment.yaml for pypsa 0.18.0 (#268)

* update environment.yaml

* test pandas<1.3

Co-authored-by: Fabian Hofmann <hofmann@fias.uni-frankfurt.de>
This commit is contained in:
Fabian Neumann 2021-09-14 14:14:31 +02:00 committed by GitHub
parent 2252ee2118
commit 1d68a300e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,8 @@ dependencies:
- pip - pip
- mamba # esp for windows build - mamba # esp for windows build
#- pypsa>=0.17.1 - pypsa>=0.18
- atlite>=0.2.4 - atlite>=0.2.5
- dask<=2021.3.1 # until https://github.com/dask/dask/issues/7583 is solved - dask<=2021.3.1 # until https://github.com/dask/dask/issues/7583 is solved
# Dependencies of the workflow itself # Dependencies of the workflow itself
@ -27,8 +27,8 @@ dependencies:
- pytables - pytables
- lxml - lxml
- powerplantmatching>=0.4.8 - powerplantmatching>=0.4.8
- numpy<=1.19 # until new PyPSA after 27-06-21 - numpy
- pandas<1.3 # until new PyPSA after 2-7-21, https://github.com/PyPSA/pypsa-eur/pull/261 - pandas<1.3
- geopandas - geopandas
- xarray - xarray
- netcdf4 - netcdf4
@ -55,6 +55,5 @@ dependencies:
- tabula-py - tabula-py
- pip: - pip:
- git+https://github.com/pypsa/pypsa.git#egg=pypsa
- vresutils==0.3.1 - vresutils==0.3.1
- tsam>=1.1.0 - tsam>=1.1.0