Skip to content

Commit dab25f1

Browse files
authored
Merge pull request #729 from hx2A/change-jpype-win32
change jpype1>=1.6.0 for all platforms
2 parents f65179e + c3cca14 commit dab25f1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

py5_resources/py5_module/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ classifiers = [
3434
]
3535
dependencies = [
3636
"autopep8>=2.3",
37-
"jpype1==1.5.2;sys_platform==\"win32\"",
38-
"jpype1>=1.6.0;sys_platform!=\"win32\"",
37+
"jpype1>=1.6.0",
3938
"line_profiler>=4.2",
4039
"numpy>=2.2",
4140
"pillow>=11.0",

0 commit comments

Comments
 (0)