Skip to content

Commit

Permalink
bump baseline API
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Nov 27, 2023
1 parent 1e03578 commit 3f82e5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://numpy.org/>`_: v1.22 / v1.23 / v1.24 / v1.25 / v1.26

Expand Down

0 comments on commit 3f82e5c

Please sign in to comment.