Skip to content

Commit

Permalink
chore: Bump to jpy 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Dec 6, 2024
1 parent 497b01d commit f2dedd5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docker/registry/server-base/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
io.deephaven.project.ProjectType=DOCKER_REGISTRY
deephaven.registry.imageName=ghcr.io/deephaven/server-base:edge
deephaven.registry.imageId=ghcr.io/deephaven/server-base@sha256:6885027cbb05b7739a78be26393b1e22085ee1667640c0d9d05a95f8f561d819
deephaven.registry.imageId=ghcr.io/deephaven/server-base@sha256:57096a26bb621a4eaf630ac555a4c08836820e029aa90c266765142c524419a4
6 changes: 3 additions & 3 deletions docker/server-jetty/src/main/server-jetty/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ docstring_parser==0.16
importlib_resources==6.4.5
java-utilities==0.3.0
jedi==0.19.1
jpy==0.19.0
jpy==1.0.0
llvmlite==0.43.0
numba==0.60.0
numpy==2.0.2
pandas==2.2.3
parso==0.8.4
pyarrow==18.0.0
pyarrow==18.1.0
python-dateutil==2.9.0.post0
pytz==2024.2
six==1.16.0
six==1.17.0
typing_extensions==4.12.2
tzdata==2024.2
6 changes: 3 additions & 3 deletions docker/server/src/main/server-netty/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ docstring_parser==0.16
importlib_resources==6.4.5
java-utilities==0.3.0
jedi==0.19.1
jpy==0.19.0
jpy==1.0.0
llvmlite==0.43.0
numba==0.60.0
numpy==2.0.2
pandas==2.2.3
parso==0.8.4
pyarrow==18.0.0
pyarrow==18.1.0
python-dateutil==2.9.0.post0
pytz==2024.2
six==1.16.0
six==1.17.0
typing_extensions==4.12.2
tzdata==2024.2
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ javax-validation = "2.0.1.Final"
jdom2 = "2.0.6.1"
jetbrains = "26.0.1"
jetty = "11.0.20"
jpy = "0.19.0"
jpy = "1.0.0"
jsinterop = "2.0.2"
# google is annoying, and have different versions released for the same groupId
jsinterop-base = "1.0.3"
Expand Down
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>=0.19.0',
'jpy>=1.0.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>=0.19.0',
'jpy>=1.0.0',
'deephaven-plugin>=0.6.0',
'numpy',
'pandas>=1.5.0',
Expand Down

0 comments on commit f2dedd5

Please sign in to comment.