Skip to content

Commit

Permalink
support for numpy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
fneum committed Jan 2, 2025
1 parent a0ff669 commit fbdd7a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ Release Notes
#############


.. Upcoming Release
.. ================
Upcoming Release
================

.. .. warning::
.. warning::

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

* 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.9"
dependencies = [
"typing-extensions",
"numpy<2.0",
"numpy",
"scipy",
"pandas>=0.25",
"bottleneck",
Expand Down

0 comments on commit fbdd7a5

Please sign in to comment.