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

Switch packaging to pyproject.toml #429

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

ZedThree
Copy link
Contributor

@ZedThree ZedThree commented Aug 5, 2024

Also requires switching auto-versioning to setuptools_scm from versioneer, as the latter doesn't work with pyproject.toml-only packages

Closes #420

Also requires switching auto-versioning to `setuptools_scm` from
`versioneer`, as the latter doesn't work with `pyproject.toml`-only packages
@ZedThree
Copy link
Contributor Author

ZedThree commented Aug 5, 2024

Benchmark is failing because the PR is from a fork and so doesn't have push permissions

@ZedThree
Copy link
Contributor Author

ZedThree commented Aug 5, 2024

This will also fix the docs not building most of the API: https://easyvvuq.readthedocs.io/en/dev/py-modindex.html

@ZedThree
Copy link
Contributor Author

ZedThree commented Aug 5, 2024

This would be pretty trivial to get working with numpy 2.0 as well, the only changes required are:

  • replace four instances of np.in1d with np.isin
  • loosen the pinned chaospy and numpoly versions

Would you like those changes in this PR or a separate one?

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.

move from setup.py to pyproject.toml
1 participant