requirements-dev.txt 279 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
9
torch
wheel
10
11
12
13
14
15
tox
ninja

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