Skip to content

Commit 1f01b00

Browse files
authored
Merge pull request #355 from leofang/backport-307-to-11.8.x
[Backport] Remove `versioneer`
2 parents a20f0f4 + 5e6c751 commit 1f01b00

File tree

5 files changed

+20
-697
lines changed

5 files changed

+20
-697
lines changed
+8-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Copyright 2024 NVIDIA Corporation. All rights reserved.
2+
#
3+
# Please refer to the NVIDIA end user license agreement (EULA) associated
4+
# with this source code for terms and conditions that govern your use of
5+
# this software. Any use, reproduction, disclosure, or distribution of
6+
# this software and related documentation outside the terms of the EULA
7+
# is strictly prohibited.
18

2-
from . import _version
3-
__version__ = _version.get_versions()['version']
9+
from cuda.bindings._version import __version__

0 commit comments

Comments
 (0)