Skip to content

Commit

Permalink
Merge branch 'master' into python3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp authored Jan 2, 2025
2 parents 72e1be4 + 6910b44 commit e1374a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Upcoming Release
* The methods ``convert_cooling_demand`` and ``cooling_demand`` are implemented
to evaluate cooling demand using the cooling degree-days approximation.

* Added support for ``numpy>=2".
Version 0.3.0
=============
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers=[
requires-python = ">=3.10"
dependencies = [
"typing-extensions",
"numpy<2.0",
"numpy",
"scipy",
"pandas>=0.25",
"bottleneck",
Expand Down

0 comments on commit e1374a5

Please sign in to comment.