Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b60bcff

Browse files
committedMar 18, 2025·
Pin jpype1==1.4.1
1 parent 2ae870d commit b60bcff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎dev-environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
# Project dependencies
2323
- confuse >= 2.0.0
2424
- imglyb >= 2.1.0
25-
- jpype1 >= 1.4.1
25+
- jpype1 == 1.4.1
2626
- labeling >= 0.1.12
2727
- magicgui >= 0.5.1
2828
# - napari >= 0.4.17, <= 0.5.5

‎environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
# Project depenencies
2323
- confuse >= 2.0.0
2424
- imglyb >= 2.1.0
25-
- jpype1 >= 1.4.1
25+
- jpype1 == 1.4.1
2626
- labeling >= 0.1.12
2727
- magicgui >= 0.5.1
2828
# - napari >= 0.4.17, <= 0.5.5

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ requires-python = ">=3.9, <3.13"
3636
dependencies = [
3737
"confuse >= 2.0.0",
3838
"imglyb >= 2.1.0",
39-
"jpype1 >= 1.4.1",
39+
"jpype1 == 1.4.1",
4040
"labeling >= 0.1.12",
4141
"magicgui >= 0.5.1",
4242
"napari@git+https://github.com/napari/napari.git@876965fa0598551b745d4181764463398b8c564a",

0 commit comments

Comments
 (0)
Please sign in to comment.