Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adapt env rasterio version and add plot dependencies #365

Merged
merged 3 commits into from
Jun 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Upcoming Release

* Add renewable potential validation notebook and update others `PR #363 <https://github.com/pypsa-meets-africa/pypsa-africa/pull/363>`_

* Constrain rasterio version and add plotting dependencies `PR #365 <https://github.com/pypsa-meets-africa/pypsa-africa/pull/365>`_


PyPSA-Africa 0.0.2 (6th April 2022)
=====================================
Expand Down
9 changes: 7 additions & 2 deletions envs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- numpy
- pandas
- geopandas
- fiona <= 1.8.20 # Till issue https://github.com/Toblerity/Fiona/issues/1085 is not solved
- fiona<=1.8.20 # Till issue https://github.com/Toblerity/Fiona/issues/1085 is not solved
- xarray
- netcdf4
- networkx
Expand All @@ -49,10 +49,15 @@ dependencies:
# GIS dependencies:
- cartopy
- descartes
- rasterio
- rasterio<=1.2.8 # until atlite is up to date https://github.com/PyPSA/atlite/issues/238
- rioxarray

# Plotting
- geoviews
- hvplot
- graphviz
- contextily
- graphviz

# PyPSA-Eur-Sec Dependencies
- geopy
Expand Down