Skip to content

Commit

Permalink
Include numba for python 3.12 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Oct 9, 2024
1 parent 26887d1 commit e4f46ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contexts/server-base/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deephaven-plugin>=0.6.0
numpy
pandas>=1.5.0
pyarrow
numba; python_version < "3.12"
numba; python_version < "3.13"

# deephaven-core also expects wheel to be installed...
wheel
Expand Down

0 comments on commit e4f46ea

Please sign in to comment.