Skip to content

Commit 2f906a2

Browse files
committed
Pin numba to 0.59
1 parent 404adf1 commit 2f906a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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)