requirements-dev.txt 293 Bytes
Newer Older
root's avatar
init  
root committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Requirements to run local build with `--no-build-isolation` or other developments

build
cmake>=3.26
cython>=3.0.0
ninja
packaging
scikit-build-core
setuptools>=61
torch
wheel

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