Skip to content

Commit 5576ff2

Browse files
committed
Update JPype to 1.5.0
1 parent a4a3da8 commit 5576ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323

2424
dependencies = [
25-
"Jpype1==1.4.1",
25+
"Jpype1==1.5.0",
2626
"pyarrow==17.0.0",
2727
"matplotlib~=3.6.3",
2828
"pandas~=1.5.3",
@@ -32,7 +32,7 @@ dependencies = [
3232

3333
[project.optional-dependencies]
3434
dev = [
35-
"JPype1==1.4.1",
35+
"JPype1==1.5.0",
3636
"black~=22.12.0",
3737
"click==8.0.4",
3838
"joblib~=1.2.0",

0 commit comments

Comments
 (0)