environment.yaml: install pypsa and dependencies through conda-forge (#44)
* environment.yaml: install pypsa and dependencies through conda-forge * environment.yaml: remove rasterstats + restore memory_profiler
This commit is contained in:
parent
63a6cebab2
commit
4056ad7ad8
@ -6,17 +6,7 @@ dependencies:
|
|||||||
- python
|
- python
|
||||||
- pip
|
- pip
|
||||||
|
|
||||||
# Dependencies of PyPSA
|
- pypsa>=0.14
|
||||||
- six
|
|
||||||
- numpy
|
|
||||||
- pyomo
|
|
||||||
- scipy
|
|
||||||
- pandas>=0.22.0
|
|
||||||
- matplotlib
|
|
||||||
- memory_profiler
|
|
||||||
- networkx>=1.10
|
|
||||||
- netcdf4
|
|
||||||
- pytables
|
|
||||||
|
|
||||||
# Dependencies of the workflow itself
|
# Dependencies of the workflow itself
|
||||||
- xlrd
|
- xlrd
|
||||||
@ -24,6 +14,7 @@ dependencies:
|
|||||||
- pycountry
|
- pycountry
|
||||||
- seaborn
|
- seaborn
|
||||||
- snakemake-minimal
|
- snakemake-minimal
|
||||||
|
- memory_profiler
|
||||||
|
|
||||||
# Second order dependencies which should really be deps of atlite
|
# Second order dependencies which should really be deps of atlite
|
||||||
- xarray
|
- xarray
|
||||||
@ -42,14 +33,12 @@ dependencies:
|
|||||||
- conda-forge::pyproj
|
- conda-forge::pyproj
|
||||||
- conda-forge::pyshp
|
- conda-forge::pyshp
|
||||||
- conda-forge::geopandas
|
- conda-forge::geopandas
|
||||||
- conda-forge::rasterstats
|
|
||||||
- conda-forge::rasterio
|
- conda-forge::rasterio
|
||||||
- conda-forge::shapely
|
- conda-forge::shapely
|
||||||
- conda-forge::libgdal
|
- conda-forge::libgdal
|
||||||
|
|
||||||
# The FRESNA/KIT stuff is not packaged for conda yet
|
# The FRESNA/KIT stuff is not packaged for conda yet
|
||||||
- pip:
|
- pip:
|
||||||
- pypsa>=0.14
|
|
||||||
- vresutils>=0.2.5
|
- vresutils>=0.2.5
|
||||||
- git+https://github.com/FRESNA/atlite.git#egg=atlite
|
- git+https://github.com/FRESNA/atlite.git#egg=atlite
|
||||||
- git+https://github.com/PyPSA/glaes.git#egg=glaes
|
- git+https://github.com/PyPSA/glaes.git#egg=glaes
|
||||||
|
Loading…
Reference in New Issue
Block a user