We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c48e9 commit c512c19Copy full SHA for c512c19
setup.py
@@ -8,7 +8,7 @@
8
from setuptools.command.build_clib import build_clib
9
from setuptools.command.build_ext import build_ext
10
11
-__version__ = "0.0.0.dev2"
+__version__ = "0.0.0.dev3"
12
PACKAGE_NAME = "RATapi"
13
14
with open("README.md") as f:
@@ -177,6 +177,7 @@ def build_libraries(self, libraries):
177
':python_version < "3.11"': ["StrEnum >= 0.4.15"],
178
"Dev": ["pytest>=7.4.0", "pytest-cov>=4.1.0", "ruff>=0.4.10"],
179
"Matlab_latest": ["matlabengine"],
180
+ "Matlab_2024a": ["matlabengine == 24.1.*"],
181
"Matlab_2023b": ["matlabengine == 23.2.3"],
182
"Matlab_2023a": ["matlabengine == 9.14.3"],
183
"Matlab_2022b": ["matlabengine == 9.13.9"],
0 commit comments