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 3030
3131### Minor Changes
3232
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+
3337- Support for JAX 0.4.32 and newer which implements the array API directly in
3438 ` jax.numpy ` .
3539
Original file line number Diff line number Diff line change 2323 "dask" : "dask" ,
2424 "sparse" : "sparse >=0.15.1" ,
2525 },
26+ python_requires = ">=3.9" ,
2627 classifiers = [
2728 "Programming Language :: Python :: 3" ,
2829 "Programming Language :: Python :: 3.9" ,
2930 "Programming Language :: Python :: 3.10" ,
3031 "Programming Language :: Python :: 3.11" ,
32+ "Programming Language :: Python :: 3.12" ,
33+ "Programming Language :: Python :: 3.13" ,
3134 "License :: OSI Approved :: MIT License" ,
3235 "Operating System :: OS Independent" ,
3336 ],
You can’t perform that action at this time.
0 commit comments