Commit 8659f41 1 parent 497b01d commit 8659f41 Copy full SHA for 8659f41
File tree 6 files changed +10
-10
lines changed
server/src/main/server-netty
server-jetty/src/main/server-jetty
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
io.deephaven.project.ProjectType =DOCKER_REGISTRY
2
2
deephaven.registry.imageName =ghcr.io/deephaven/server-base:edge
3
- deephaven.registry.imageId =ghcr.io/deephaven/server-base@sha256:6885027cbb05b7739a78be26393b1e22085ee1667640c0d9d05a95f8f561d819
3
+ deephaven.registry.imageId =ghcr.io/deephaven/server-base@sha256:57096a26bb621a4eaf630ac555a4c08836820e029aa90c266765142c524419a4
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ docstring_parser==0.16
6
6
importlib_resources == 6.4.5
7
7
java-utilities == 0.3.0
8
8
jedi == 0.19.1
9
- jpy == 0.19 .0
9
+ jpy == 1.0 .0
10
10
llvmlite == 0.43.0
11
11
numba == 0.60.0
12
12
numpy == 2.0.2
13
13
pandas == 2.2.3
14
14
parso == 0.8.4
15
- pyarrow == 18.0 .0
15
+ pyarrow == 18.1 .0
16
16
python-dateutil == 2.9.0.post0
17
17
pytz == 2024.2
18
- six == 1.16 .0
18
+ six == 1.17 .0
19
19
typing_extensions == 4.12.2
20
20
tzdata == 2024.2
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ docstring_parser==0.16
6
6
importlib_resources == 6.4.5
7
7
java-utilities == 0.3.0
8
8
jedi == 0.19.1
9
- jpy == 0.19 .0
9
+ jpy == 1.0 .0
10
10
llvmlite == 0.43.0
11
11
numba == 0.60.0
12
12
numpy == 2.0.2
13
13
pandas == 2.2.3
14
14
parso == 0.8.4
15
- pyarrow == 18.0 .0
15
+ pyarrow == 18.1 .0
16
16
python-dateutil == 2.9.0.post0
17
17
pytz == 2024.2
18
- six == 1.16 .0
18
+ six == 1.17 .0
19
19
typing_extensions == 4.12.2
20
20
tzdata == 2024.2
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ javax-validation = "2.0.1.Final"
51
51
jdom2 = " 2.0.6.1"
52
52
jetbrains = " 26.0.1"
53
53
jetty = " 11.0.20"
54
- jpy = " 0.19 .0"
54
+ jpy = " 1.0 .0"
55
55
jsinterop = " 2.0.2"
56
56
# google is annoying, and have different versions released for the same groupId
57
57
jsinterop-base = " 1.0.3"
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def _compute_version():
64
64
keywords = 'Deephaven Development' ,
65
65
python_requires = '>=3.8' ,
66
66
install_requires = [
67
- 'jpy>=0.19 .0' ,
67
+ 'jpy>=1.0 .0' ,
68
68
'java-utilities' ,
69
69
f"deephaven-core[autocomplete]=={ _version } " ,
70
70
'click>=8.1.7' ,
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def _compute_version():
57
57
keywords = 'Deephaven Development' ,
58
58
python_requires = '>=3.8' ,
59
59
install_requires = [
60
- 'jpy>=0.19 .0' ,
60
+ 'jpy>=1.0 .0' ,
61
61
'deephaven-plugin>=0.6.0' ,
62
62
'numpy' ,
63
63
'pandas>=1.5.0' ,
You can’t perform that action at this time.
0 commit comments