Skip to content

Commit

Permalink
Update JPype to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira committed Sep 7, 2024
1 parent a4a3da8 commit 5576ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]

dependencies = [
"Jpype1==1.4.1",
"Jpype1==1.5.0",
"pyarrow==17.0.0",
"matplotlib~=3.6.3",
"pandas~=1.5.3",
Expand All @@ -32,7 +32,7 @@ dependencies = [

[project.optional-dependencies]
dev = [
"JPype1==1.4.1",
"JPype1==1.5.0",
"black~=22.12.0",
"click==8.0.4",
"joblib~=1.2.0",
Expand Down

0 comments on commit 5576ff2

Please sign in to comment.