Skip to content

Commit ff545c9

Browse files
authored
Merge pull request #73 from sameeul/relax_jpype_version
Relax jpype1 version constrain
2 parents 09c236e + 4c48a8b commit ff545c9

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
@@ -20,7 +20,7 @@ channels:
2020
dependencies:
2121
- python >= 3.8
2222
# Project dependencies
23-
- jpype1 >= 1.3.0, <= 1.5.0
23+
- jpype1 >= 1.3.0
2424
- jgo
2525
- openjdk >= 8, < 12
2626
# Test dependencies

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ channels:
2121
dependencies:
2222
- python >= 3.8
2323
# Project dependencies
24-
- jpype1 >= 1.3.0, <= 1.5.0
24+
- jpype1 >= 1.3.0
2525
- jgo
2626
- openjdk >= 8
2727
# Project from source

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
# NB: Keep this in sync with environment.yml AND dev-environment.yml!
3535
requires-python = ">=3.8"
3636
dependencies = [
37-
"jpype1 >= 1.3.0, <= 1.5.0",
37+
"jpype1 >= 1.3.0",
3838
"jgo",
3939
]
4040

0 commit comments

Comments
 (0)