Skip to content

Commit 1a698b8

Browse files
author
Diptorup Deb
committed
Switch all configs to use numba 0.57
1 parent 9beb5f6 commit 1a698b8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
strategy:
9292
matrix:
9393
python: ["3.8", "3.9", "3.10"]
94-
numba: ["0.56"]
94+
numba: ["0.57"]
9595
dpnp: ["0.11"]
9696

9797
steps:

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ requirements:
1818
- python
1919
- setuptools >=63.*
2020
- cython
21-
- numba 0.56*
21+
- numba 0.57*
2222
- dpctl >=0.14*
2323
- dpnp >=0.11*
2424
- dpcpp-llvm-spirv
2525
- wheel
2626
run:
2727
- python
28-
- numba >=0.56*
28+
- numba >=0.57*
2929
- dpctl >=0.14*
3030
- spirv-tools
3131
- dpcpp-llvm-spirv

environment/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- gxx_linux-64
1313
- dpcpp_linux-64
1414
- cython
15-
- numba 0.56*
15+
- numba 0.57*
1616
- dppy/label/dev:dpctl
1717
- dppy/label/dev:dpnp
1818
- spirv-tools

environment/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- gxx_linux-64
1212
- dpcpp_linux-64
1313
- cython
14-
- numba 0.56*
14+
- numba 0.57*
1515
- dpctl 0.14*
1616
- dpnp >=0.10.2
1717
- spirv-tools

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def _llvm_spirv():
152152
)
153153
build_requires = ["cython"]
154154
install_requires = [
155-
"numba >={}".format("0.56"),
155+
"numba >={}".format("0.57"),
156156
"dpctl",
157157
"packaging",
158158
]

0 commit comments

Comments
 (0)