Skip to content

Commit

Permalink
Add Python 3.12-compatible numba version in requirements.txt
Browse files Browse the repository at this point in the history
Numba 0.59 with Python 3.12 was already released:
https://github.com/numba/numba/releases

With this change, we make sure the numba features in ROOT are still
tested in environments with Python 3.12 (like for example Ubuntu 24.04
or Arch Linux as of today).
  • Loading branch information
guitargeek committed Apr 28, 2024
1 parent 89d39eb commit dc3d738
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ xgboost
# PyROOT: ROOT.Numba.Declare decorator
numba>=0.47.0 ; python_version < "3.11" # See https://github.com/numba/numba/issues/8304
numba>=0.57.0 ; python_version >= "3.11" and python_version < "3.12"
# Not yet released.
# numba>=0.59 ; python_version >= "3.12"
numba>=0.59.0 ; python_version >= "3.12"
cffi>=1.9.1

# Notebooks: ROOT C++ kernel
Expand Down

0 comments on commit dc3d738

Please sign in to comment.