-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch back to using pyproject.toml
to build
#169
base: main
Are you sure you want to change the base?
Conversation
It's hard for me to reason through the failing tests - the package appears to build fine when used in the conventional CI so it's weird that it's not working in the "build from X" workflows |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what's going on with the conda build at the moment, since the conda test should be building from an environment file but is erroring on a lack of pytorch -- I'll kick the test again.
Co-authored-by: Lily Wang <[email protected]>
Check is now failing due to pypa/setuptools#2522 where the tarball is now created with underscores instead of hyphens. I think that this should have been correct behaviour overall, although it is slightly disconcerting to have the name set to |
Fixes #168
Changes made in this Pull Request:
setup.py
build config topyproject.toml
pyproject.toml
PR Checklist