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 requirements.in for users using pip-compile #153

Closed
ajfriend opened this issue Jul 18, 2020 · 1 comment
Closed

Add requirements.in for users using pip-compile #153

ajfriend opened this issue Jul 18, 2020 · 1 comment

Comments

@ajfriend
Copy link
Contributor

Some projects use pip-compile to generate a requirements.txt file, but h3-py uses the standardized pyproject.toml.
There seems to be some interest to make pip-compile compatible with pyproject.toml: jazzband/pip-tools#1047

In the meantime, we could consider adding a requirements.in file like:

# Required for pip-compile until
# https://github.com/jazzband/pip-tools/issues/1047 is resolved.
#
# In the meantime, this information is duplicated from
# pyproject.toml

scikit-build
cython
cmake
@ajfriend
Copy link
Contributor Author

Closed by #157

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

No branches or pull requests

1 participant