requirements-dev.txt 293 Bytes
Newer Older
1
2
3
# Requirements to run local build with `--no-build-isolation` or other developments

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

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