Skip to content

Commit 98d9aa4

Browse files
authored
Set exact version for DAWG2
1 parent 64dd2be commit 98d9aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ python = "^3.8"
2626

2727
[tool.poetry.group.dev.dependencies]
2828
flake8 = { version = "^6.1.0", python = "^3.8.1"}
29-
dawg2 = ">=0.9.0 <1.0.0"
29+
dawg2 = "==0.9.0"
3030
pytest = "^7.4.1"
3131
pytest-cov = "^4.1.0"
3232
ruff = ">=0.0.287,<0.0.290"

0 commit comments

Comments
 (0)