We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404adf1 commit 2f906a2Copy full SHA for 2f906a2
1 file changed
pyproject.toml
@@ -11,7 +11,7 @@ requires = [
11
# We need dpctl for UsmNdArray integration for dpcpp code
12
"dpctl>=0.16.1",
13
# We need numba for runtime cpp headers
14
- "numba>=0.59.0",
+ "numba>=0.59.0,<0.60.0a0",
15
"llvmlite>=0.42.0",
16
# Do we need dpnp at build time?
17
"dpnp >=0.14",
@@ -38,8 +38,7 @@ classifiers = [
38
dependencies = [
39
# TODO: keep in sync with [build-system.requires] and /conda-recipe/meta.yaml
40
# This restrictions are for dependabot, actual restrictions are set with
41
- # conda.
42
- # TODO: populate it during build process
+ # conda. TODO: populate it during build process
43
# TODO: do we have to set sycl runtime dependencies here
44
# "dpcpp-cpp-rt>=0.59.0",
45
# "intel-cmplr-lib-rt>=0.59.0"
0 commit comments