From cab021425dbe7ffb92641a035bb5f95f6c73c9c1 Mon Sep 17 00:00:00 2001 From: Jelle Teijema Date: Fri, 30 Aug 2024 11:22:22 +0200 Subject: [PATCH] Update pyproject.toml to bump asreview version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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