Skip to content

Commit

Permalink
Fix numpy version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencrowell committed May 31, 2024
1 parent 96cd4e9 commit cafb721
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/release_notes/pending_release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ Updates / New Features

Fixes
-----

* Fixed `numpy` dependency versions for downstream resolution.
40 changes: 39 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ classifiers = [
python = "^3.8"
numpy = [
{version = ">=1.22,<1.26", python = ">=3.8,<3.12"},
{version = ">=1.26", python = ">=3.12"}
{version = ">=1.26", python = ">=3.12,<3.13"}
]
scikit-image = [
# Hinge because minimum support 0.20.0 for py3.11
Expand Down

0 comments on commit cafb721

Please sign in to comment.