ToFuProject / tofu

Project for an open-source python library for synthetic diagnostics and tomography for Fusion devices
https://tofuproject.github.io/tofu/index.html
MIT License
72 stars 11 forks source link

Migrate away from `numpy.distutils` #951

Open Didou09 opened 3 months ago

Didou09 commented 3 months ago

We use numpy.distutils, which is deprecated since numpy > 1.23

We need to implement an alternative, maybe just setuptools

image