fujiisoup / py3nj

Wigner's 3J, 6J, 9J symbols for python
https://py3nj.readthedocs.io/
Apache License 2.0
18 stars 5 forks source link

Use setuptools instead of numpy.distutils #22

Closed fujiisoup closed 1 year ago

fujiisoup commented 1 year ago

numpy.distutils is deprecated, and will be removed for Python >= 3.12

https://numpy.org/doc/stable/reference/distutils.html

We are now using numpy.distutils, so we need to move to setuptools