deephaven / deephaven-core

Deephaven Community Core
Other
257 stars 80 forks source link

pyarrow 18 has removed numpy as a dependency which makes it more meaningful to make it optional for DH client. #6309

Open jmao-denver opened 3 weeks ago

jmao-denver commented 3 weeks ago

numpy is a transitory dependency for pydeephaven with pyarrow <= 17 or Py == 3.8. Since we are bumping to 3.9 soon, the upgrade will remove one of the reasons to have numpy as a dependency for pydeephaven.