diff --git a/docs/requirements.txt b/docs/requirements.txt index 87615ab73ee..51496194ec9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,5 +4,5 @@ pydata_sphinx_theme==0.11.0 sphinx-copybutton==0.5.1 # These requirements must match with the Baseline API version documented in the Installation Guide. -numpy==1.24.* -scipy==1.10.* +numpy==1.26.* +scipy==1.11.* diff --git a/docs/source/install.rst b/docs/source/install.rst index 78081d422e2..ffa4c39a587 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -23,7 +23,7 @@ Requirements Python Dependencies ~~~~~~~~~~~~~~~~~~~ -NumPy/SciPy-compatible API in CuPy v12 is based on NumPy 1.24 and SciPy 1.10, and has been tested against the following versions: +NumPy/SciPy-compatible API in CuPy v12 is based on NumPy 1.26 and SciPy 1.11, and has been tested against the following versions: * `NumPy `_: v1.22 / v1.23 / v1.24 / v1.25 / v1.26