8 lines
306 B
Plaintext
8 lines
306 B
Plaintext
# Required for building wheel files (PEP 517/518/621 compliant)
|
|
wheel==0.45.1
|
|
setuptools~=75.3.2; python_version<"3.12"
|
|
setuptools~=80.9.0; python_version>="3.12"
|
|
build==1.0.0
|
|
# tomli is needed by tensorrt_build_backend for Python < 3.11 (tomllib is built-in for 3.11+)
|
|
tomli==2.0.0; python_version<"3.11"
|