Skip to content

Conversation

@jolars
Copy link
Collaborator

@jolars jolars commented Apr 29, 2025

This PR refactors the current use of setup.cfg, setup.py, and requremtents.txt into pyproject.toml.


[project]
name = "libsvmdata"
dynamic = ["version"]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you also need to specify where it is defined, like we do here : https://github.com/scikit-learn-contrib/skglm/blob/main/pyproject.toml#L36

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, so far it's thinking this is version 0.0.0:

      Successfully uninstalled libsvmdata-0.5.dev0
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
celer 0.7.3.dev0 requires libsvmdata>=0.3, but you have libsvmdata 0.0.0 which is incompatible.
Successfully installed libsvmdata-0.0.0

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course, thanks! Fixed it now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants