We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2949f9d commit 71ba594Copy full SHA for 71ba594
cuda_bindings/pyproject.toml
@@ -27,7 +27,7 @@ dynamic = [
27
"readme",
28
]
29
dependencies = [
30
- "cuda-pathfinder >=1.0.1,<1.1",
+ "cuda-pathfinder ~=1.1",
31
"pywin32; sys_platform == 'win32'",
32
33
cuda_pathfinder/cuda/pathfinder/_version.py
@@ -1,4 +1,4 @@
1
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-__version__ = "1.0.1"
+__version__ = "1.1.0"
0 commit comments