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

Refactor build, test requires #17

Merged
merged 6 commits into from
Dec 7, 2022
Merged

Refactor build, test requires #17

merged 6 commits into from
Dec 7, 2022

Conversation

mjwen
Copy link
Collaborator

@mjwen mjwen commented Nov 5, 2022

Fix build, install, and optional requires. Now, build requires (e.g. pybind11) is specified in pyproject.yaml, and others are still in setup.py. Add pytest and ase as optional extras_require, which can be installed, e.g., via pip install .[test].

This fixes #15 and #16.

@mjwen
Copy link
Collaborator Author

mjwen commented Nov 6, 2022

@yafshar The GitHub actions tests for mac/gcc and Win are failing.I tried pushing old commits again that worked before, but now got errors. Is there some updates from the GitHub side, which requires us to adjust our workflow? Can you take a look?

@yafshar
Copy link
Member

yafshar commented Nov 6, 2022

@mjwen I will take a look and update here

@mjwen mjwen changed the title Fix requires Refactor build, test requires Dec 7, 2022
@mjwen mjwen merged commit 22094fe into master Dec 7, 2022
@mjwen mjwen mentioned this pull request Dec 7, 2022
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.

pybind11 and pytest shouldn't be in install_requires
2 participants