forked from deephaven/deephaven-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump base images, pickup jpy>=0.15.0 (deephaven#5022)
Enables Python 3.12 support, bumps the base images to pickup jpy>=0.15.0 https://github.com/jpy-consortium/jpy/releases/tag/v0.15.0
- Loading branch information
1 parent
a88108f
commit bfb1644
Showing
4 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:8f9b993a4ce7c78b50b869be840241a0a9d19d3f4f35601f20cd05475abd5753 | ||
deephaven.registry.imageId=ghcr.io/deephaven/server-base@sha256:005bb15db3be4cc3b106dac86574a593c96e989d338f9e618e83b5f282050ae2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
adbc-driver-manager==0.8.0 | ||
adbc-driver-postgresql==0.8.0 | ||
adbc-driver-manager==0.9.0 | ||
adbc-driver-postgresql==0.9.0 | ||
connectorx==0.3.2; platform.machine == 'x86_64' | ||
deephaven-plugin==0.6.0 | ||
java-utilities==0.2.0 | ||
jedi==0.18.2 | ||
jpy==0.14.0 | ||
jpy==0.15.0 | ||
llvmlite==0.41.1 | ||
numba==0.58.1 | ||
numpy==1.26.2 | ||
numpy==1.26.3 | ||
pandas==2.1.4 | ||
parso==0.8.3 | ||
pyarrow==14.0.1 | ||
pyarrow==14.0.2 | ||
python-dateutil==2.8.2 | ||
pytz==2023.3.post1 | ||
six==1.16.0 | ||
turbodbc==4.8.0 | ||
tzdata==2023.3 | ||
tzdata==2023.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
adbc-driver-manager==0.8.0 | ||
adbc-driver-postgresql==0.8.0 | ||
adbc-driver-manager==0.9.0 | ||
adbc-driver-postgresql==0.9.0 | ||
connectorx==0.3.2; platform.machine == 'x86_64' | ||
deephaven-plugin==0.6.0 | ||
java-utilities==0.2.0 | ||
jedi==0.18.2 | ||
jpy==0.14.0 | ||
jpy==0.15.0 | ||
llvmlite==0.41.1 | ||
numba==0.58.1 | ||
numpy==1.26.2 | ||
numpy==1.26.3 | ||
pandas==2.1.4 | ||
parso==0.8.3 | ||
pyarrow==14.0.1 | ||
pyarrow==14.0.2 | ||
python-dateutil==2.8.2 | ||
pytz==2023.3.post1 | ||
six==1.16.0 | ||
turbodbc==4.8.0 | ||
tzdata==2023.3 | ||
tzdata==2023.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters