diff --git a/pyproject.toml b/pyproject.toml index 6af6bad..21759da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3.12" ] license = {text = "MIT"} -dependencies = ["asreview>=1,<2", "jinja2", "cfgtemplater"] +dependencies = ["asreview>=1.3,<2", "jinja2", "cfgtemplater"] dynamic = ["version"] requires-python = ">=3.7" @@ -52,4 +52,4 @@ lint.select = ["E", "F", "UP", "I", "B"] include = ["**/*.py", "**/*.py.template"] [tool.ruff.lint.isort] -force-single-line = true \ No newline at end of file +force-single-line = true