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

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

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