You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Some projects use
pip-compile
to generate arequirements.txt
file, buth3-py
uses the standardizedpyproject.toml
.There seems to be some interest to make
pip-compile
compatible withpyproject.toml
: jazzband/pip-tools#1047In the meantime, we could consider adding a
requirements.in
file like:The text was updated successfully, but these errors were encountered: