Skip to content

Commit

Permalink
Allow Numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Oct 23, 2024
1 parent d6bf566 commit a9b8a20
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Release 5.4.0
-------------

* Added explicit support for NumPy 2, in addition to NumPy 1

Release 5.3.5
-------------

Expand Down
4 changes: 2 additions & 2 deletions iris/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
__author__ = "Laurent P. René de Cotret"
__email__ = "laurent.[email protected]"
__email__ = "laurent.[email protected]"
__license__ = "GPLv3"
__version__ = "5.3.5"
__version__ = "5.4.0"

from . import plugins
from .dataset import DiffractionDataset, MigrationError, MigrationWarning
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy >= 1.22,<2
numpy >= 1.22,< 3
scipy >= 1.0.0
h5py >= 2.10.0
h5py >= 2.10.0, < 4
PyQt5 >=5.15, <6
crystals >= 1.3.0, < 2
scikit-ued >= 2.1.4, < 3
Expand Down

0 comments on commit a9b8a20

Please sign in to comment.