mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 20:36:05 +00:00
Bump minimum SciPy version to 1.10.
SciPy 1.9.0 was released July 29, 2022, which is 24 months ago PiperOrigin-RevId: 657215038
This commit is contained in:
parent
e78e643b5f
commit
fd23b8733d
@ -18,6 +18,8 @@ Remember to align the itemized text with the first line of an item within a list
|
||||
supported version until July 2025.
|
||||
* The minimum NumPy version is now 1.24. NumPy 1.24 will remain the minimum
|
||||
supported version until December 2024.
|
||||
* The minimum SciPy version is now 1.10. SciPy 1.10 will remain the minimum
|
||||
supported version until January 2025.
|
||||
* {func}`jax.numpy.ceil`, {func}`jax.numpy.floor` and {func}`jax.numpy.trunc` now return the output
|
||||
of the same dtype as the input, i.e. no longer upcast integer or boolean inputs to floating point.
|
||||
* `libdevice.10.bc` is no longer bundled with CUDA wheels. It must be
|
||||
|
@ -61,7 +61,7 @@ setup(
|
||||
packages=['jaxlib', 'jaxlib.xla_extension'],
|
||||
python_requires='>=3.10',
|
||||
install_requires=[
|
||||
'scipy>=1.9',
|
||||
'scipy>=1.10',
|
||||
"scipy>=1.11.1; python_version>='3.12'",
|
||||
'numpy>=1.24',
|
||||
'ml_dtypes>=0.2.0',
|
||||
|
Loading…
x
Reference in New Issue
Block a user