From 2a840a89e436a855bed1829ee46365a4509bfcd9 Mon Sep 17 00:00:00 2001 From: Chris Meyer <34664+cmeyer@users.noreply.github.com> Date: Wed, 14 Aug 2024 13:52:18 -0700 Subject: [PATCH] Update to numpy 2 requirement. --- meta.yaml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta.yaml b/meta.yaml index c60907561..c7898af5d 100644 --- a/meta.yaml +++ b/meta.yaml @@ -28,7 +28,7 @@ requirements: - nionui >=7.1.0,<8.0 - nionswift-io >=15.2,<16.0 - scipy - - numpy >=1.26,<2.0 + - numpy >=2.0,<3.0 - h5py - imageio >=2.19.0 - pytz diff --git a/setup.cfg b/setup.cfg index a2271c2fe..ab357ffec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ packages = find_namespace: python_requires = >=3.9 install_requires = scipy - numpy>=1.26,<2.0 + numpy>=2.0,<3.0 h5py pytz tzlocal