Skip to content

Commit

Permalink
Pin numba to 0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzEeKkAa committed May 15, 2024
1 parent 8a3011d commit 28f8473
Showing 1 changed file with 2 additions and 3 deletions.
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 28f8473

Please sign in to comment.