Skip to content

Commit

Permalink
Merge pull request #554 from OpenEnergyPlatform/fix-553-pandas-numpy-…
Browse files Browse the repository at this point in the history
…version

Fix 553 pandas numpy version
  • Loading branch information
nesnoj authored Aug 27, 2024
2 parents d7c21b2 + 5920911 commit 08a14ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
- Fix usercff workflow [#545](https://github.com/OpenEnergyPlatform/open-MaStR/issues/544)
- Fix docs on user-defined output path for csv, xml, database
[#549](https://github.com/OpenEnergyPlatform/open-MaStR/issues/549)
- Set pandas version to >=2.2.2 for compatibility with numpy v2.0
[#553](https://github.com/OpenEnergyPlatform/open-MaStR/issues/553)
### Removed

## [v0.14.4] Release for the Journal of Open Source Software JOSS - 2024-06-07
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "open_mastr"
version = "0.14.4"
dependencies = [
"pandas>=2.1", # pandas 2.1 is needed for dataframe.map()
"pandas>=2.2.2",
"numpy",
"sqlalchemy>=2.0",
"psycopg2-binary",
Expand Down

0 comments on commit 08a14ce

Please sign in to comment.