settle envs/environment.yaml

This commit is contained in:
Fabian Neumann 2022-09-10 15:38:30 +02:00
parent ed6d93f6f7
commit c13d3a520c

View File

@ -7,7 +7,7 @@ channels:
- conda-forge - conda-forge
- bioconda - bioconda
dependencies: dependencies:
- python==3.9 - python>=3.8
- pip - pip
- pypsa>=0.20 - pypsa>=0.20
@ -37,14 +37,14 @@ dependencies:
- pyomo - pyomo
- matplotlib - matplotlib
- proj - proj
- fiona # <= 1.18.20 # Till issue https://github.com/Toblerity/Fiona/issues/1085 is not solved - fiona <= 1.18.20 # Till issue https://github.com/Toblerity/Fiona/issues/1085 is not solved
- country_converter - country_converter
# Keep in conda environment when calling ipython # Keep in conda environment when calling ipython
- ipython - ipython
# GIS dependencies: # GIS dependencies:
- cartopy>=0.16 - cartopy
- descartes - descartes
- rasterio<=1.2.9 # 1.2.10 creates error https://github.com/PyPSA/atlite/issues/238 - rasterio<=1.2.9 # 1.2.10 creates error https://github.com/PyPSA/atlite/issues/238