File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class _MatlabFinder(build_py):
2323 MATLAB_REL = 'R2022a'
2424
2525 # MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
26- MATLAB_VER = '9.12'
26+ MATLAB_VER = '9.12.4 '
2727
2828 # MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
2929 SUPPORTED_PYTHON_VERSIONS = set (['3.8' , '3.9' ])
@@ -36,7 +36,7 @@ class _MatlabFinder(build_py):
3636 "9.9" : "R2020b" ,
3737 "9.10" : "R2021a" ,
3838 "9.11" : "R2021b" ,
39- "9.12" : "R2022a"
39+ "9.12.4 " : "R2022a"
4040 }
4141
4242 DEFAULT_INSTALLS = {
@@ -284,7 +284,7 @@ def run(self):
284284 setup (
285285 name = "matlabengine" ,
286286 # MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
287- version = "9.12" ,
287+ version = "9.12.4 " ,
288288 description = 'A module to call MATLAB from Python' ,
289289 author = 'MathWorks' ,
290290 license = "MathWorks XSLA License" ,
You can’t perform that action at this time.
0 commit comments