File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## Unreleased
8
+
9
+ ### Added
10
+ * Support for Numba 0.60
11
+
7
12
## [ 0.23.0] - 2024-05-28
8
13
9
14
### Fixed
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies:
9
9
- libffi
10
10
- gxx_linux-64
11
11
- dpcpp_linux-64>=2024.0,!=2024.0.1,!=2024.0.2
12
- - numba==0.59 *
12
+ - numba==0.60 *
13
13
- dpctl
14
14
- dpnp
15
15
- dpcpp-llvm-spirv
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies:
9
9
- libffi
10
10
- gxx_linux-64
11
11
- dpcpp_linux-64>=2024.0,!=2024.0.1,!=2024.0.2
12
- - numba==0.59 *
12
+ - numba==0.60 *
13
13
- scikit-build>=0.15*
14
14
- cmake>=3.26*
15
15
- dpctl>=0.16*
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ channels:
7
7
- nodefaults
8
8
dependencies :
9
9
- libffi
10
- - numba==0.59 *
10
+ - numba==0.60 *
11
11
- dpctl>=0.16*
12
12
- dpnp>=0.14*
13
13
- dpcpp-llvm-spirv
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,<0. 60.0a0 " ,
14
+ " numba>=0.60.0 " ,
15
15
" llvmlite>=0.42.0" ,
16
16
# Do we need dpnp at build time?
17
17
" dpnp >=0.14" ,
@@ -40,9 +40,9 @@ dependencies = [
40
40
# This restrictions are for dependabot, actual restrictions are set with
41
41
# conda. TODO: populate it during build process
42
42
# TODO: do we have to set sycl runtime dependencies here
43
- # "dpcpp-cpp-rt>=0.59.0 ",
44
- # "intel-cmplr-lib-rt>=0.59.0 "
45
- " numba>=0.59 .0" ,
43
+ # "dpcpp-cpp-rt>=xxxx ",
44
+ # "intel-cmplr-lib-rt>=xxxx "
45
+ " numba>=0.60 .0" ,
46
46
" llvmlite>=0.42.0" ,
47
47
" dpctl>=0.16.1" ,
48
48
" dpnp>=0.14.0" ,
You can’t perform that action at this time.
0 commit comments