Skip to content

Commit 1335b52

Browse files
committed
Dev v. non-dev dependencies adjusted
1 parent 3d7376f commit 1335b52

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,14 @@ biotite = ">= 0.32"
3939
numpy = ">= 1.25"
4040

4141
[tool.poetry.dev-dependencies]
42-
biotite = ">= 2.0"
42+
biotite = ">= 1.0"
4343
pytest = "^5.2"
4444
sphinx = "^3.0"
4545
sphinx-gallery = "0.9.0"
46+
numpy = ">= 2.0"
4647
numpydoc = ">= 0.8"
4748
ammolite = ">=0.8"
49+
ruff = ">=0.6.7"
4850

4951
[build-system]
5052
requires = ["poetry_core>=1.0.0"]
@@ -71,4 +73,5 @@ ignore = [
7173
"__init__.py" = ["F403", "TID252"]
7274

7375
[tool.pytest.ini_options]
76+
# Pytest: Ignore Python scripts for reference data creation
7477
addopts = "--ignore=tests/data"

0 commit comments

Comments
 (0)