-
Notifications
You must be signed in to change notification settings - Fork 326
Open
Description
We currently use setuptools. setuptools seems to be deprecated, or many aspects or deprecated. When running make install
, I get the following warnings (trimmed):
datascience/setup.py:3: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated.
!!
Please remove any references to `setuptools.command.test` in all supported versions of the affected package.
DevelopDeprecationWarning: develop command is deprecated.
!!
Please avoid running ``setup.py`` and ``develop``.
Instead, use standards-based tools like pip or uv.
By 2025-Oct-31, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://github.com/pypa/setuptools/issues/917 for details.
Metadata
Metadata
Assignees
Labels
No labels