Skip to content

Commit 92661dd

Browse files
Merge remote-tracking branch 'upstream/main' into migrate-to-v1
2 parents 1a12304 + 54a1716 commit 92661dd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/recipe.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ schema_version: 1
33

44
context:
55
number: 2
6-
version: "13.2.0"
7-
sha256: 6899b7684ccaf3249d521cc092768baeae390780375bb115bcd80350b65b1dff
6+
version: "13.3.0"
7+
sha256: a6f724e35d2c5087eace5d19ede1f9abdc3cf8b8eb84c4d394a11e08bf21bff4
88
bindings_major_version: ${{ (version | split("."))[0] | int }}
99
bindings_minor_version: ${{ (version | split("."))[1] | int }}
1010
bindings_patch_version: ${{ (version | split("."))[2] | int }}
@@ -119,9 +119,10 @@ outputs:
119119
- python
120120
- setuptools
121121
- setuptools-scm >=8
122+
- cuda-pathfinder >=1.5.5,<2
122123
run:
123124
- python
124-
- cuda-pathfinder >=1.1.0,<2
125+
- cuda-pathfinder >=1.5.5,<2
125126
- ${{ pin_compatible('cuda-version', lower_bound='x', upper_bound='x') }}
126127
# cuda-python requires cuda-nvrtc from the same major version. We ignored
127128
# run-exports of cuda-nvrtc-dev and instead allow a looser pinning here.

0 commit comments

Comments
 (0)