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

3
apache-tvm-ffi>=0.1.3
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
z3-solver>=4.13.0
14
15
16
17

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