Skip to content

Commit b7a9a53

Browse files
authored
Limit to numpy<2.4 and pandas<3 (#154)
1 parent 08516bd commit b7a9a53

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

contexts/server-base/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# See https://github.com/deephaven/deephaven-core/blob/main/py/server/setup.py
77
jpy>=1.4.0
88
deephaven-plugin>=0.6.0
9-
numpy
10-
pandas>=1.5.0
9+
numpy<2.4
10+
pandas>=1.5.0,<3
1111
pyarrow
1212
numba; python_version < "3.13"
1313

contexts/server-base/type/server-all-ai/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Note: this is targetted as the dependencies of deephaven-core, but not including deephaven-core
22
jpy>=1.4.0
33
deephaven-plugin>=0.5.0
4-
numpy
5-
pandas>=1.5.0
4+
numpy<2.4
5+
pandas>=1.5.0,<3
66
pyarrow
77
numba; python_version < "3.12"
88
jedi==0.19.1

0 commit comments

Comments
 (0)