Skip to content

Commit 7802c5e

Browse files
committed
constrain mf4 dependencies to pass CI tests
1 parent 464ba4e commit 7802c5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
"gs_usb": ["gs_usb>=0.2.1"],
3434
"nixnet": ["nixnet>=0.3.1"],
3535
"pcan": ["uptime~=3.0.1"],
36-
"mf4": ["asammdf>=6.0.0", "numpy"],
36+
"mf4": [
37+
'asammdf>=6.0.0;platform_python_implementation=="CPython" and python_version<"3.11"',
38+
'numpy;platform_python_implementation=="CPython" and python_version<"3.11"',
39+
],
3740
}
3841

3942
setup(

0 commit comments

Comments
 (0)