GalSim-developers / GalSim

The modular galaxy image simulation toolkit. Documentation:
http://galsim-developers.github.io/GalSim/
Other
223 stars 105 forks source link

`setuptools.dep_util` is deprecated and will be removed soon. Alternative suggested is `setuptools.modified`. #1290

Closed abravalheri closed 2 months ago

abravalheri commented 3 months ago

https://github.com/GalSim-developers/GalSim/blob/cb4133422ef7aa576182dc18835ce434f9024080/setup.py#L1000

This is the warning currently in place https://github.com/pypa/setuptools/blob/v69.5.1/setuptools/dep_util.py#L5-L16.

rmjarvis commented 2 months ago

I fixed this directly on the releases/2.5 branch. Thanks for the notice.