Skip to content

Commit

Permalink
Update to numpy 2 requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeyer committed Aug 14, 2024
1 parent e29571c commit 2a840a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a840a8

Please sign in to comment.