diff --git a/pyproject.toml b/pyproject.toml index 1dcd1e0..0d4a8ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name="micro-manager-precice" dynamic = [ "version" ] dependencies = [ - "pyprecice>=3.0.0.0", "numpy", "mpi4py", "scikit-learn" + "pyprecice>=3.1", "numpy", "mpi4py", "scikit-learn" ] requires-python = ">=3.8" authors = [