Skip to content

Commit 163cb16

Browse files
committed
from packaging.version import parse
Signed-off-by: oliver könig <[email protected]>
1 parent 11c0127 commit 163cb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools.command.build_py import build_py
1313
from torch.utils.cpp_extension import CUDAExtension, CUDA_HOME
1414
from pathlib import Path
15-
from packaging import version as parse
15+
from packaging.version import parse
1616
from wheel.bdist_wheel import bdist_wheel as _bdist_wheel
1717

1818
SKIP_CUDA_BUILD = os.getenv("DEEP_GEMM_SKIP_CUDA_BUILD", "FALSE") == "TRUE"

0 commit comments

Comments
 (0)