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, from numpy.distutils.misc_util.Configuration is used to build Fortran components. This approach is currently deprecated. When running
python -m build
The following is reported:
`numpy.distutils` is deprecated since NumPy 1.23.0, as a result
of the deprecation of `distutils` itself. It will be removed for
Python >= 3.12. For older Python versions it will remain present.
It is recommended to use `setuptools < 60.0` for those Python versions.
For more details, see:
https://numpy.org/devdocs/reference/distutils_status_migration.html
TODO:
Find a solution that relies on setuptools.
Also, since it seems we are getting ~equivalent performance using numba maybe we should
only worry about fortran for development installation from the repo or
consider dropping fortran options to simplify pywatershed
The text was updated successfully, but these errors were encountered:
Currently, from
numpy.distutils.misc_util.Configuration
is used to build Fortran components. This approach is currently deprecated. When runningpython -m build
The following is reported:
TODO:
Also, since it seems we are getting ~equivalent performance using numba maybe we should
The text was updated successfully, but these errors were encountered: