[req.txt] Numba: allow for Python 3.10.1.
... | ... | @@ -5,7 +5,7 @@ |
numpy>=1.4.1 | ||
# PyROOT: ROOT.Numba.Declare decorator | ||
numba>=0.47.0 ; python_version <= "3.10" # See https://github.com/numba/numba/issues/8304 | ||
numba>=0.47.0 ; python_version < "3.11" # See https://github.com/numba/numba/issues/8304 | ||
cffi>=1.9.1 | ||
# Notebooks: ROOT C++ kernel | ||
... | ... |
Please register or sign in to comment