Skip to content

Commit 214f03c

Browse files
committed
removed remnants of merge
1 parent b9f7352 commit 214f03c

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,15 @@ The MATLAB® Engine API for Python® provides a package to integrate MATLA
1111
### Required 3rd Party Products
1212
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
1313
* Python 3.8, 3.9, or 3.10
14-
<<<<<<< HEAD
1514
* Supported Python versions by MATLAB release can be found [here](https://mathworks.com/support/requirements/python-compatibility.html).
16-
=======
17-
* Supported Python versions by MATLAB release can be found [here](https://www.mathworks.com/support/requirements/python-compatibility.html).
18-
>>>>>>> 6fbf1c78f02910e71ce14f3a49f20a634f653509
19-
20-
---
2115

2216
## Install
2317

2418
### Windows
2519
MATLAB Engine API for Python can be installed directly from the Python Package Index.
2620
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
2721
```bash
28-
$ python -m pip install matlabengine==9.14.5
22+
$ python -m pip install matlabengine==9.14.6
2923
```
3024

3125

@@ -50,7 +44,7 @@ setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:<matlabroot>/bin/glnxa64
5044
MATLAB Engine API for Python can be installed directly from the Python Package Index.
5145
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
5246
```bash
53-
$ python -m pip install matlabengine==9.14.5
47+
$ python -m pip install matlabengine==9.14.6
5448
```
5549

5650
### macOS
@@ -74,7 +68,7 @@ setenv DYLD_LIBRARY_PATH ${DYLD_LIBRARY_PATH}:<matlabroot>/bin/maci64
7468
MATLAB Engine API for Python can be installed directly from the Python Package Index.
7569
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
7670
```bash
77-
$ python -m pip install matlabengine==9.14.5
71+
$ python -m pip install matlabengine==9.14.6
7872
```
7973

8074
---

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class _MatlabFinder(build_py):
2424
MATLAB_REL = 'R2023a'
2525

2626
# MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
27-
MATLAB_VER = '9.14.5'
27+
MATLAB_VER = '9.14.6'
2828

2929
# MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
3030
SUPPORTED_PYTHON_VERSIONS = set(['3.8', '3.9', '3.10'])
@@ -414,7 +414,7 @@ def run(self):
414414
setup(
415415
name="matlabengine",
416416
# MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
417-
version="9.14.5",
417+
version="9.14.6",
418418
description='A module to call MATLAB from Python',
419419
author='MathWorks',
420420
license="LICENSE.txt, located in this repository",

0 commit comments

Comments
 (0)