File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 30
30
fail-fast : false
31
31
matrix :
32
32
python : ['3.9', '3.10', '3.11']
33
- os : [ubuntu-latest, windows-latest ]
33
+ os : [ubuntu-latest, windows-2019 ]
34
34
35
35
runs-on : ${{ matrix.os }}
36
36
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ requires = [
11
11
# We need dpctl for UsmNdArray integration for dpcpp code
12
12
" dpctl>=0.16.1" ,
13
13
# We need numba for runtime cpp headers
14
- " numba>=0.59.0" ,
14
+ " numba>=0.59.0,<0.60.0a0 " ,
15
15
" llvmlite>=0.42.0" ,
16
16
# Do we need dpnp at build time?
17
17
" dpnp >=0.14" ,
@@ -38,8 +38,7 @@ classifiers = [
38
38
dependencies = [
39
39
# TODO: keep in sync with [build-system.requires] and /conda-recipe/meta.yaml
40
40
# 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
43
42
# TODO: do we have to set sycl runtime dependencies here
44
43
# "dpcpp-cpp-rt>=0.59.0",
45
44
# "intel-cmplr-lib-rt>=0.59.0"
You can’t perform that action at this time.
0 commit comments