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 3030 fail-fast : false
3131 matrix :
3232 python : ['3.9', '3.10', '3.11']
33- os : [ubuntu-latest, windows-latest ]
33+ os : [ubuntu-latest, windows-2019 ]
3434
3535 runs-on : ${{ matrix.os }}
3636
Original file line number Diff line number Diff 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 = [
3838dependencies = [
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"
You can’t perform that action at this time.
0 commit comments