Skip to content

Commit

Permalink
Merge pull request #1462 from IntelPython/pin/numba_version
Browse files Browse the repository at this point in the history
Pin numba to 0.59
  • Loading branch information
ZzEeKkAa authored May 20, 2024
2 parents 404adf1 + 3201b49 commit 862195c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
python: ['3.9', '3.10', '3.11']
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-2019]

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

Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires = [
# We need dpctl for UsmNdArray integration for dpcpp code
"dpctl>=0.16.1",
# We need numba for runtime cpp headers
"numba>=0.59.0",
"numba>=0.59.0,<0.60.0a0",
"llvmlite>=0.42.0",
# Do we need dpnp at build time?
"dpnp >=0.14",
Expand All @@ -38,8 +38,7 @@ classifiers = [
dependencies = [
# TODO: keep in sync with [build-system.requires] and /conda-recipe/meta.yaml
# This restrictions are for dependabot, actual restrictions are set with
# conda.
# TODO: populate it during build process
# conda. TODO: populate it during build process
# TODO: do we have to set sycl runtime dependencies here
# "dpcpp-cpp-rt>=0.59.0",
# "intel-cmplr-lib-rt>=0.59.0"
Expand Down

0 comments on commit 862195c

Please sign in to comment.