Skip to content

Commit

Permalink
chore: Bump jpy requirements (#6530)
Browse files Browse the repository at this point in the history
Follow-up to #6525 (likely should have been there to begin with)

Cherry-pick of #6529
  • Loading branch information
devinrsmith authored Jan 7, 2025
1 parent fef128a commit cf9057d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py/embedded-server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def _compute_version():
keywords='Deephaven Development',
python_requires='>=3.8',
install_requires=[
'jpy>=1.0.0',
'jpy>=1.1.0',
'java-utilities',
f"deephaven-core[autocomplete]=={_version}",
'click>=8.1.7',
Expand Down
2 changes: 1 addition & 1 deletion py/server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def _compute_version():
keywords='Deephaven Development',
python_requires='>=3.8',
install_requires=[
'jpy>=1.0.0',
'jpy>=1.1.0',
'deephaven-plugin>=0.6.0',
'numpy',
'pandas>=1.5.0',
Expand Down

0 comments on commit cf9057d

Please sign in to comment.