Skip to content

Commit 6910b44

Browse files
authored
support for numpy 2 (#419)
1 parent a0ff669 commit 6910b44

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

RELEASE_NOTES.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ Release Notes
88
#############
99

1010

11-
.. Upcoming Release
12-
.. ================
11+
Upcoming Release
12+
================
1313

14-
.. .. warning::
14+
.. warning::
1515

16-
.. The features listed below are not released yet, but will be part of the next release!
17-
.. To use the features already you have to install the ``master`` branch, e.g.
18-
.. ``pip install git+https://github.com/pypsa/atlite``.
16+
The features listed below are not released yet, but will be part of the next release!
17+
To use the features already you have to install the ``master`` branch, e.g.
18+
``pip install git+https://github.com/pypsa/atlite``.
1919

20+
* Added support for ``numpy>=2".
2021
2122
Version 0.3.0
2223
=============

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers=[
2929
requires-python = ">=3.9"
3030
dependencies = [
3131
"typing-extensions",
32-
"numpy<2.0",
32+
"numpy",
3333
"scipy",
3434
"pandas>=0.25",
3535
"bottleneck",

0 commit comments

Comments
 (0)