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
3434* Clarified details about conda install instructions in ` Quick start quide ` and ` README ` [ #2446 ] ( https://github.com/IntelPython/dpnp/pull/2446 )
3535* Bumped oneMKL version up to ` 0.7 ` [ #2448 ] ( https://github.com/IntelPython/dpnp/pull/2448 )
3636* 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 )
3738
3839### Fixed
3940
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Follow device driver installation instructions to complete the step.
2424Python Interpreter
2525==================
2626
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
2828do not have one yet the easiest way to do that is to install
2929`Intel Distribution for Python* `_. It installs all essential Python numerical
3030and machine learning packages optimized for the Intel hardware, including
You can’t perform that action at this time.
0 commit comments