Skip to content

Commit 862195c

Browse files
authored
Merge pull request #1462 from IntelPython/pin/numba_version
Pin numba to 0.59
2 parents 404adf1 + 3201b49 commit 862195c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
python: ['3.9', '3.10', '3.11']
33-
os: [ubuntu-latest, windows-latest]
33+
os: [ubuntu-latest, windows-2019]
3434

3535
runs-on: ${{ matrix.os }}
3636

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requires = [
1111
# We need dpctl for UsmNdArray integration for dpcpp code
1212
"dpctl>=0.16.1",
1313
# We need numba for runtime cpp headers
14-
"numba>=0.59.0",
14+
"numba>=0.59.0,<0.60.0a0",
1515
"llvmlite>=0.42.0",
1616
# Do we need dpnp at build time?
1717
"dpnp >=0.14",
@@ -38,8 +38,7 @@ classifiers = [
3838
dependencies = [
3939
# TODO: keep in sync with [build-system.requires] and /conda-recipe/meta.yaml
4040
# This restrictions are for dependabot, actual restrictions are set with
41-
# conda.
42-
# TODO: populate it during build process
41+
# conda. TODO: populate it during build process
4342
# TODO: do we have to set sycl runtime dependencies here
4443
# "dpcpp-cpp-rt>=0.59.0",
4544
# "intel-cmplr-lib-rt>=0.59.0"

0 commit comments

Comments
 (0)