Skip to content

Commit

Permalink
chore: relax numpy constraint (#1143)
Browse files Browse the repository at this point in the history
As a new release of mahotas is numpy 2.0 compatybile then constraitn on
numpy is no longer needed

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Dependencies**
- Removed the upper version constraint for the `numpy` dependency,
allowing the latest versions to be used.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
Czaki authored Jul 14, 2024
1 parent fc58344 commit 733b168
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/project_dict.pws
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
personal_ws-1.1 en 7
personal_ws-1.1 en 9
napari
autoupdate
aspell
Expand All @@ -7,3 +7,5 @@ yml
ci
pre
macOS
numpy
pre
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies = [
"mahotas>=1.4.10",
"napari>=0.4.14",
"nme>=0.1.7",
"numpy>=1.18.5,<2", # mahotas requires rebuild for numpy 2.
"numpy>=1.18.5",
"oiffile>=2020.1.18",
"openpyxl>=2.5.7",
"packaging>=20.0",
Expand Down

0 comments on commit 733b168

Please sign in to comment.