Skip to content
Snippets Groups Projects
Commit 149902af authored by Lars Bilke's avatar Lars Bilke
Browse files

[project] Added constraint on upper matplotlib version when using feflow.

matplotlib 3.8 currently breaks ifm_contrib.

See https://github.com/red5alex/ifm_contrib/issues/6.
parent fdfcdd0d
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,10 @@ docs = [
"sphinx-design",
"sphinx_gallery",
]
feflow = ["ifm_contrib@git+https://github.com/red5alex/ifm_contrib"]
feflow = [
"ifm_contrib@git+https://github.com/red5alex/ifm_contrib",
"matplotlib<3.8" # TODO: remove when ifm_contrib supports matplotlib 3.8
]
[tool.pytest.ini_options]
minversion = "6.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment