We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b7d9b commit 146709eCopy full SHA for 146709e
cuda_bindings/requirements.txt
@@ -5,6 +5,5 @@ numpy>=1.21.1
5
pyclibrary>=0.1.7
6
setuptools
7
tomli; python_version < "3.11"
8
-versioneer==0.29
9
wheel
10
pywin32; sys_platform == 'win32'
cuda_bindings/setup.py
@@ -18,7 +18,6 @@
18
from setuptools import find_packages, setup
19
from setuptools.extension import Extension
20
from setuptools.command.build_ext import build_ext
21
-import versioneer
22
23
24
# ----------------------------------------------------------------------
0 commit comments