@@ -11,7 +11,7 @@ The MATLAB® Engine API for Python® provides a package to integrate MATLA
11
11
### Required 3rd Party Products
12
12
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
13
13
* Python 3.9, 3.10, or 3.11
14
- * Supported Python versions by MATLAB release can be found [ here] ( https://mathworks.com/support/requirements/python-compatibility.html ) .
14
+ * Supported Python versions by MATLAB release can be found [ here] ( https://www. mathworks.com/support/requirements/python-compatibility.html ) .
15
15
16
16
---
17
17
@@ -21,7 +21,7 @@ The MATLAB® Engine API for Python® provides a package to integrate MATLA
21
21
MATLAB Engine API for Python can be installed directly from the Python Package Index.
22
22
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
23
23
``` bash
24
- $ python -m pip install matlabengine==23.2.2
24
+ $ python -m pip install matlabengine==23.2.3
25
25
```
26
26
27
27
@@ -46,7 +46,7 @@ setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:<matlabroot>/bin/glnxa64
46
46
MATLAB Engine API for Python can be installed directly from the Python Package Index.
47
47
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
48
48
``` bash
49
- $ python -m pip install matlabengine==23.2.2
49
+ $ python -m pip install matlabengine==23.2.3
50
50
```
51
51
52
52
### macOS
@@ -70,7 +70,7 @@ setenv DYLD_LIBRARY_PATH ${DYLD_LIBRARY_PATH}:<matlabroot>/bin/maci64
70
70
MATLAB Engine API for Python can be installed directly from the Python Package Index.
71
71
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
72
72
``` bash
73
- $ python -m pip install matlabengine==23.2.2
73
+ $ python -m pip install matlabengine==23.2.3
74
74
```
75
75
76
76
---
0 commit comments