"vscode:/vscode.git/clone" did not exist on "8d10d64cda1e00831298ecf49f526dbf8e615eaf"
requirements-dev.txt 293 Bytes
Newer Older
1
2
3
4
# Requirements to run local build with `--no-build-isolation` or other developments

Cython>=3.0.0
build
5
cmake>=3.26
6
7
packaging
setuptools>=61
8
scikit-build-core
9
10
torch
wheel
11
12
13
14
15
ninja

auditwheel; platform_system == 'Linux'
patchelf; platform_system == 'Linux'
delocate; platform_system == 'Darwin'