Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump base image for jpy 1.1.0 #6526

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:57096a26bb621a4eaf630ac555a4c08836820e029aa90c266765142c524419a4
deephaven.registry.imageId=ghcr.io/deephaven/server-base@sha256:a904aba9cd5f91b6e2f19c4e024702700dfa37f549b73d24e9821f8f02061b45
4 changes: 2 additions & 2 deletions docker/server-jetty/src/main/server-jetty/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ adbc-driver-postgresql==1.3.0
connectorx==0.4.0; platform.machine == 'x86_64'
deephaven-plugin==0.6.0
docstring_parser==0.16
importlib_resources==6.4.5
importlib_resources==6.5.2
java-utilities==0.3.0
jedi==0.19.1
jpy==1.0.0
jpy==1.1.0
llvmlite==0.43.0
numba==0.60.0
numpy==2.0.2
Expand Down
4 changes: 2 additions & 2 deletions docker/server/src/main/server-netty/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ adbc-driver-postgresql==1.3.0
connectorx==0.4.0; platform.machine == 'x86_64'
deephaven-plugin==0.6.0
docstring_parser==0.16
importlib_resources==6.4.5
importlib_resources==6.5.2
java-utilities==0.3.0
jedi==0.19.1
jpy==1.0.0
jpy==1.1.0
llvmlite==0.43.0
numba==0.60.0
numpy==2.0.2
Expand Down
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 = "1.0.0"
jpy = "1.1.0"
jsinterop = "2.0.2"
# google is annoying, and have different versions released for the same groupId
jsinterop-base = "1.0.1"
Expand Down