Skip to content
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

Add include/ headers to pip wheel. #264

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Jan 31, 2025

Add include/ headers to pip wheel.

It looks like this was originally intended. But since "ml_dtypes.include" is
not a python package, the headers were skipped. Adding them to the "ml_dtypes"
package allows them to be included in the wheel.

Also:

  • Bumped the version number so we can depend on the wheel that includes the
    headers.
  • Modified the pyproject.toml to load the version number directly from
    ml_dtypes.__version__.

@copybara-service copybara-service bot force-pushed the test_721897385 branch 2 times, most recently from 9ff171b to 7eb0c0e Compare January 31, 2025 22:43
It looks like this was originally intended.  But since "ml_dtypes.include" is
not a python package, the headers were skipped.  Adding them to the "ml_dtypes"
package allows them to be included in the wheel.

Also:
- Bumped the version number so we can depend on the wheel that includes the
headers.
- Modified the pyproject.toml to load the version number directly from
`ml_dtypes.__version__`.
PiperOrigin-RevId: 721897385
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.

1 participant