File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 30
30
31
31
### Minor Changes
32
32
33
+ - NumPy 2.0 is now wrapped again. Previously it was unwrapped because it has
34
+ full 2022.12 array API support but it now requires wrapping again for
35
+ 2023.12 support.
36
+
33
37
- Support for JAX 0.4.32 and newer which implements the array API directly in
34
38
` jax.numpy ` .
35
39
Original file line number Diff line number Diff line change 23
23
"dask" : "dask" ,
24
24
"sparse" : "sparse >=0.15.1" ,
25
25
},
26
+ python_requires = ">=3.9" ,
26
27
classifiers = [
27
28
"Programming Language :: Python :: 3" ,
28
29
"Programming Language :: Python :: 3.9" ,
29
30
"Programming Language :: Python :: 3.10" ,
30
31
"Programming Language :: Python :: 3.11" ,
32
+ "Programming Language :: Python :: 3.12" ,
33
+ "Programming Language :: Python :: 3.13" ,
31
34
"License :: OSI Approved :: MIT License" ,
32
35
"Operating System :: OS Independent" ,
33
36
],
You can’t perform that action at this time.
0 commit comments