Skip to content

Commit

Permalink
Relax numpy requirement (only necessary for type checking).
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeyer committed Jan 8, 2025
1 parent bf63b82 commit 91217c0
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 @@ -21,7 +21,7 @@ requirements:
- python >=3.11
- nionswift >=16.13,<17.0
- nionui >=9.0,<10.0
- numpy >=2.2,<3.0
- numpy >=2.0,<3.0

test:
imports:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ python_requires = >=3.11
install_requires =
nionswift >=16.13,<17.0
nionui >=9.0,<10.0
numpy >=2.2,<3.0
numpy >=2.0,<3.0
tests_require =
nionswift
nionswift-io
Expand Down

0 comments on commit 91217c0

Please sign in to comment.