Skip to content

Commit

Permalink
Fix up docs for np1.120.
Browse files Browse the repository at this point in the history
As title.
  • Loading branch information
stuartarchibald committed Oct 14, 2021
1 parent d4c2bfb commit 4fd6ef6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Dependencies

* Python versions: 3.7-3.9
* llvmlite 0.38.*
* NumPy >=1.17 (can build with 1.11 for ABI compatibility).
* NumPy >=1.18 (can build with 1.11 for ABI compatibility).

Optionally:

Expand Down
2 changes: 1 addition & 1 deletion docs/source/user/5minguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Out of the box Numba works with the following:
support on M1/Arm64.
* GPUs: Nvidia CUDA.
* CPython
* NumPy 1.17 - latest
* NumPy 1.18 - latest

How do I get it?
----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Installation
Compatibility
-------------

Numba is compatible with Python 3.7 or later, and Numpy versions 1.17 or later.
Numba is compatible with Python 3.7 or later, and Numpy versions 1.18 or later.

Our supported platforms are:

Expand Down

0 comments on commit 4fd6ef6

Please sign in to comment.