diff --git a/pyproject.toml b/pyproject.toml index 780ffb9..d80f375 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,8 +56,8 @@ docs = [ "sphinx_gallery", ] feflow = [ - "ifm_contrib@git+https://github.com/red5alex/ifm_contrib", - "matplotlib<3.8" # TODO: remove when ifm_contrib supports matplotlib 3.8 + "ifm_contrib==0.2.0", + "matplotlib<3.8", # TODO: remove when ifm_contrib supports matplotlib 3.8 ] [tool.pytest.ini_options]