Skip to content

Commit

Permalink
environment.yaml: install pypsa and dependencies through conda-forge (#…
Browse files Browse the repository at this point in the history
…44)

* environment.yaml: install pypsa and dependencies through conda-forge

* environment.yaml: remove rasterstats + restore memory_profiler
  • Loading branch information
fneum authored and coroa committed Jun 5, 2019
1 parent 63a6ceb commit 4056ad7
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions environment.yaml
Expand Up @@ -6,24 +6,15 @@ dependencies:
- python
- pip

# Dependencies of PyPSA
- six
- numpy
- pyomo
- scipy
- pandas>=0.22.0
- matplotlib
- memory_profiler
- networkx>=1.10
- netcdf4
- pytables
- pypsa>=0.14

# Dependencies of the workflow itself
- xlrd
- scikit-learn
- pycountry
- seaborn
- snakemake-minimal
- memory_profiler

# Second order dependencies which should really be deps of atlite
- xarray
Expand All @@ -42,14 +33,12 @@ dependencies:
- 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:
- pypsa>=0.14
- vresutils>=0.2.5
- git+https://github.com/FRESNA/atlite.git#egg=atlite
- git+https://github.com/PyPSA/glaes.git#egg=glaes
Expand Down

0 comments on commit 4056ad7

Please sign in to comment.