Skip to content

Commit

Permalink
Environment fix (#1237)
Browse files Browse the repository at this point in the history
* Limit numpoly version to resolve issues with numpy

* Add a release note
  • Loading branch information
ekatef authored Dec 12, 2024
1 parent deb9198 commit bc7ab4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ E.g. if a new rule becomes available describe how to use it `make test` and in o

* Remove duplicate entries from hydrogen export ports `PR #1233 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1233>`_

* Fix the environment placing a version limit to numpoly `PR #1237 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1237>`_

PyPSA-Earth 0.4.1
=================

Expand Down
2 changes: 2 additions & 0 deletions envs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ dependencies:
- pytables
- lxml
- numpy
# starting from 1.3.5 numpoly requires numpy>2.0 which leads to issues
- numpoly<=1.3.4
- pandas
- geopandas>=0.11.0, <=0.14.3
- fiona<1.10.0
Expand Down

0 comments on commit bc7ab4d

Please sign in to comment.