We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a9a53 commit 11e6a46Copy full SHA for 11e6a46
2 files changed
contexts/server-base/requirements.txt
@@ -6,8 +6,8 @@
6
# See https://github.com/deephaven/deephaven-core/blob/main/py/server/setup.py
7
jpy>=1.4.0
8
deephaven-plugin>=0.6.0
9
-numpy<2.4
10
-pandas>=1.5.0,<3
+numpy
+pandas>=1.5.0
11
pyarrow
12
numba; python_version < "3.13"
13
contexts/server-base/type/server-all-ai/requirements.txt
@@ -1,8 +1,8 @@
1
# Note: this is targetted as the dependencies of deephaven-core, but not including deephaven-core
2
3
deephaven-plugin>=0.5.0
4
5
numba; python_version < "3.12"
jedi==0.19.1
0 commit comments