Update environment.yaml to reflect the new library versions
Also force all GIS stuff to be provided from conda-forge and not fall back to defaults, which is THE principal source of library breakage.
This commit is contained in:
parent
45e560a321
commit
95e0c77e70
@ -9,28 +9,36 @@ dependencies:
|
|||||||
- numpy
|
- numpy
|
||||||
- pyomo
|
- pyomo
|
||||||
- scipy
|
- scipy
|
||||||
- pandas>=0.19.0
|
- pandas>=0.22.0
|
||||||
- matplotlib
|
- matplotlib
|
||||||
- seaborn
|
- seaborn
|
||||||
- memory_profiler
|
- memory_profiler
|
||||||
- networkx>=1.10
|
- networkx>=1.10
|
||||||
- fiona
|
|
||||||
- pyproj
|
|
||||||
- pyshp
|
|
||||||
- geopandas
|
|
||||||
- rasterstats
|
|
||||||
- netcdf4
|
- netcdf4
|
||||||
- rasterio
|
|
||||||
- shapely
|
|
||||||
- xarray
|
- xarray
|
||||||
- xlrd
|
- xlrd
|
||||||
- scikit-learn
|
- scikit-learn
|
||||||
- pytables
|
- pytables
|
||||||
|
|
||||||
|
# Include ipython so that one does not inadvertently drop out of the conda
|
||||||
|
# environment by calling ipython
|
||||||
- ipython
|
- ipython
|
||||||
|
|
||||||
|
# GIS dependencies have to come all from conda-forge
|
||||||
|
- conda-forge::fiona
|
||||||
|
- conda-forge::pyproj
|
||||||
|
- conda-forge::pyshp
|
||||||
|
- conda-forge::geopandas
|
||||||
|
- conda-forge::rasterstats
|
||||||
|
- conda-forge::rasterio
|
||||||
|
- conda-forge::shapely
|
||||||
|
- conda-forge::libgdal
|
||||||
|
|
||||||
|
# The FRESNA/KIT stuff is not packaged for conda yet
|
||||||
- pip:
|
- pip:
|
||||||
- git+https://github.com/PyPSA/PyPSA.git
|
- pypsa>=0.13
|
||||||
|
- vresutils>=0.2.4
|
||||||
- git+https://github.com/FRESNA/atlite.git
|
- git+https://github.com/FRESNA/atlite.git
|
||||||
- git+https://github.com/FRESNA/vresutils.git
|
|
||||||
#- git+https://github.com/FRESNA/powerplantmatching.git
|
#- git+https://github.com/FRESNA/powerplantmatching.git
|
||||||
#- https://software.ecmwf.int/wiki/download/attachments/56664858/ecmwf-api-client-python.tgz
|
#- https://software.ecmwf.int/wiki/download/attachments/56664858/ecmwf-api-client-python.tgz
|
||||||
- countrycode
|
- countrycode
|
||||||
|
Loading…
Reference in New Issue
Block a user