You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the numpy package is constrained to be <2, due to some incompatibilities within the codebase and the new API. The ones currently detected include:
numpy.math usage (mainly numpy.math.pi)
A workaround shall be found for compatibility with versions both over and under numpy 2.0. Some relevant PRs could be these [1][2]
[Note] Edit this issue accordingly if other incompatibilities are found
The text was updated successfully, but these errors were encountered:
Currently the
numpy
package is constrained to be<2
, due to some incompatibilities within the codebase and the new API. The ones currently detected include:numpy.math
usage (mainlynumpy.math.pi
)A workaround shall be found for compatibility with versions both over and under
numpy
2.0. Some relevant PRs could be these [1] [2][Note] Edit this issue accordingly if other incompatibilities are found
The text was updated successfully, but these errors were encountered: