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
numpy.distutils has been deprecated in NumPy 1.23.0. It will be removed for Python 3.12; for Python <= 3.11 it will not be removed until 2 years after the Python 3.12 release (Oct 2025).
setup.py right now is using numpy.distutils. Current recommendation for users is to create conda environment via environment.yml such that numpy 1.22 is used. However, plans for migration has to be figured out in the near future.
The text was updated successfully, but these errors were encountered:
From https://numpy.org/doc/stable/reference/distutils_status_migration.html :
setup.py
right now is usingnumpy.distutils
. Current recommendation for users is to create conda environment viaenvironment.yml
such thatnumpy
1.22 is used. However, plans for migration has to be figured out in the near future.The text was updated successfully, but these errors were encountered: