File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ This release achieves 100% compliance with Python Array API specification (revis
34
34
* Clarified details about conda install instructions in ` Quick start quide ` and ` README ` [ #2446 ] ( https://github.com/IntelPython/dpnp/pull/2446 )
35
35
* Bumped oneMKL version up to ` 0.7 ` [ #2448 ] ( https://github.com/IntelPython/dpnp/pull/2448 )
36
36
* The parameter ` axis ` in ` dpnp.take_along_axis ` function has now a default value of ` -1 ` [ #2442 ] ( https://github.com/IntelPython/dpnp/pull/2442 )
37
+ * Updates the list of required python versions documented in ` Quick Start Guide ` [ #2449 ] ( https://github.com/IntelPython/dpnp/pull/2449 )
37
38
38
39
### Fixed
39
40
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Follow device driver installation instructions to complete the step.
24
24
Python Interpreter
25
25
==================
26
26
27
- You will need Python 3.8 , 3.9, or 3.10 installed on your system. If you
27
+ You will need Python 3.9 , 3.10, 3.11 or 3.12 installed on your system. If you
28
28
do not have one yet the easiest way to do that is to install
29
29
`Intel Distribution for Python* `_. It installs all essential Python numerical
30
30
and machine learning packages optimized for the Intel hardware, including
You can’t perform that action at this time.
0 commit comments