Skip to content

Commit 146709e

Browse files
committed
fix cherrypick conflicts
1 parent e7b7d9b commit 146709e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cuda_bindings/requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ numpy>=1.21.1
55
pyclibrary>=0.1.7
66
setuptools
77
tomli; python_version < "3.11"
8-
versioneer==0.29
98
wheel
109
pywin32; sys_platform == 'win32'

cuda_bindings/setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from setuptools import find_packages, setup
1919
from setuptools.extension import Extension
2020
from setuptools.command.build_ext import build_ext
21-
import versioneer
2221

2322

2423
# ----------------------------------------------------------------------

0 commit comments

Comments
 (0)