Skip to content

Commit

Permalink
Upgrade minimum labeling version to 0.1.14
Browse files Browse the repository at this point in the history
Older releases have a too-low maximum bound on pillow (see #306).
  • Loading branch information
ctrueden committed May 30, 2024
1 parent b2f6839 commit 5c32c1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ PyImageJ requires the following packages:
* [imglyb] >= 2.1.0
* [jgo] >= 1.0.3
* [JPype] >= 1.3.0
* [labeling] >= 0.1.12
* [labeling] >= 0.1.14
* [matplotlib] \(optional, for `ij.py.show` function only)
* [NumPy]
* [scyjava] >= 1.8.0
Expand Down
2 changes: 1 addition & 1 deletion dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- imglyb >= 2.1.0
- jgo >= 1.0.3
- jpype1 >= 1.3.0
- labeling >= 0.1.12
- labeling >= 0.1.14
- numpy
- openjdk=11
- scyjava >= 1.8.0
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- imglyb >= 2.1.0
- jgo >= 1.0.3
- jpype1 >= 1.3.0
- labeling >= 0.1.12
- labeling >= 0.1.14
- numpy
- openjdk=11
- scyjava >= 1.8.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"imglyb >= 2.1.0",
"jgo >= 1.0.3",
"jpype1 >= 1.3.0",
"labeling >= 0.1.12",
"labeling >= 0.1.14",
"numpy",
"scyjava >= 1.8.0",
"xarray",
Expand Down

0 comments on commit 5c32c1b

Please sign in to comment.