Skip to content

Commit

Permalink
Bump asreview version to 1.3 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema authored Sep 2, 2024
1 parent 407abb9 commit 910a423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -52,4 +52,4 @@ lint.select = ["E", "F", "UP", "I", "B"]
include = ["**/*.py", "**/*.py.template"]

[tool.ruff.lint.isort]
force-single-line = true
force-single-line = true

0 comments on commit 910a423

Please sign in to comment.