File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff 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
2122Version 0.3.0
2223=============
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ classifiers=[
2929requires-python = " >=3.9"
3030dependencies = [
3131 " typing-extensions" ,
32- " numpy<2.0 " ,
32+ " numpy" ,
3333 " scipy" ,
3434 " pandas>=0.25" ,
3535 " bottleneck" ,
You can’t perform that action at this time.
0 commit comments