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
In the meanwhile, caching across repeated builds can be achieved by commenting out requirements in pyproject.toml.build-system.requires and installing them manually.
If calls to pip install fail (see #49), a solution is to remove the build/ directory or commenting out build-dir in pyproject.toml (will then use a different, temporary build directory every time).
The text was updated successfully, but these errors were encountered:
Editable installs (which imply incremental builds) are not fully supported by scikit-build-core yet: scikit-build/scikit-build-core#114
In the meanwhile, caching across repeated builds can be achieved by commenting out requirements in
pyproject.toml.build-system.requires
and installing them manually.If calls to
pip install
fail (see #49), a solution is to remove thebuild/
directory or commenting outbuild-dir
inpyproject.toml
(will then use a different, temporary build directory every time).The text was updated successfully, but these errors were encountered: