settle envs/environment.yaml
This commit is contained in:
parent
ed6d93f6f7
commit
c13d3a520c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user