This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit bba5c01 committed Feb 7, 2025 · 4 / 7 · Verified
1 parent 29e2d31 commit bba5c01 Copy full SHA for bba5c01
File tree 3 files changed +4
-5
lines changed
conda/recipes/numbast_extensions
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,10 @@ build-backend = "scikit_build_core.build"
7
7
8
8
[project ]
9
9
name = " ast_canopy"
10
- version = " 0.2.0 "
10
+ version = " 0.2.1 "
11
11
12
12
[tool .scikit-build ]
13
13
cmake.targets = [" pylibastcanopy" ]
14
- cmake.build-type = " Release"
15
14
wheel.license-files = [" ../LICENSE" ]
16
15
17
16
[tool .ruff ]
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ requirements:
30
30
- python
31
31
- numba >=0.59
32
32
- numba-cuda
33
- - numbast > ={{ version }}
33
+ - numbast = ={{ version }}
34
34
35
35
test :
36
36
imports :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
7
8
8
[project ]
9
9
name = " numbast"
10
- version = " 0.2.0 "
10
+ version = " 0.2.1 "
11
11
description = " Numbast - auto Numba binding generation tool for CUDA C++."
12
12
requires-python = " >=3.7"
13
13
classifiers = [
@@ -18,7 +18,7 @@ classifiers = [
18
18
dependencies = [
19
19
" numba>=0.59.0" ,
20
20
" numba-cuda" ,
21
- " ast_canopy>=0.2.0 " ,
21
+ " ast_canopy>=0.2.1 " ,
22
22
" click"
23
23
]
24
24
You can’t perform that action at this time.
0 commit comments