mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
setup.py: use packaging instead of wheel.vendored.packaging (#13083)
This commit is contained in:
parent
2cc4e7e5c2
commit
9abd6e3a30
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -14,9 +14,9 @@ from os import environ, getcwd, path, popen, remove
|
|||
from pathlib import Path
|
||||
from shutil import copyfile
|
||||
|
||||
from packaging.tags import sys_tags
|
||||
from setuptools import Extension, setup
|
||||
from setuptools.command.install import install as InstallCommandBase
|
||||
from wheel.vendored.packaging.tags import sys_tags
|
||||
|
||||
nightly_build = False
|
||||
package_name = "onnxruntime"
|
||||
|
|
|
|||
Loading…
Reference in a new issue