Skip to content

Commit

Permalink
Update scyjava minimum version to 1.8.0
Browse files Browse the repository at this point in the history
We need the hints parameter of scyjava.to_java and scyjava.to_python.
  • Loading branch information
ctrueden committed Nov 11, 2022
1 parent 0d9df8e commit ce9d3a5
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 @@ -50,7 +50,7 @@ PyImageJ requires the following packages:
* [labeling] >= 0.1.12
* [matplotlib] \(optional, for `ij.py.show` function only)
* [NumPy]
* [scyjava] >= 1.6.0
* [scyjava] >= 1.8.0
* [xarray]

PyImageJ will not function properly if dependency versions are too old.
Expand Down
2 changes: 1 addition & 1 deletion dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- labeling >= 0.1.12
- numpy
- openjdk=11
- scyjava >= 1.6.0
- scyjava >= 1.8.0
- xarray
# Optional dependencies
- matplotlib-base
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- labeling >= 0.1.12
- numpy
- openjdk=11
- scyjava >= 1.6.0
- scyjava >= 1.8.0
- xarray
# Optional dependencies
- matplotlib-base
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"jpype1 >= 1.3.0",
"labeling >= 0.1.12",
"numpy",
"scyjava >= 1.6.0",
"scyjava >= 1.8.0",
"xarray",
]

Expand Down

0 comments on commit ce9d3a5

Please sign in to comment.