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
- bioconda
dependencies:
- python==3.9
- python>=3.8
- pip
- pypsa>=0.20
@ -37,14 +37,14 @@ dependencies:
- pyomo
- matplotlib
- 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
# Keep in conda environment when calling ipython
- ipython
# GIS dependencies:
- cartopy>=0.16
- cartopy
- descartes
- rasterio<=1.2.9 # 1.2.10 creates error https://github.com/PyPSA/atlite/issues/238