Skip to content

Commit a20e8ce

Browse files
authored
Update pyenzyme dependency and format pyproject.toml (#47)
Bumped pyenzyme version requirement to >=2.2.1,<3.0.0 and applied consistent formatting to the pyproject.toml file for improved readability.
1 parent 915dad1 commit a20e8ce

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pyproject.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
[project]
2-
authors = [{email = "83341109+haeussma@users.noreply.github.com", name = "haeussma"}]
2+
authors = [
3+
{ email = "83341109+haeussma@users.noreply.github.com", name = "haeussma" },
4+
]
35
dependencies = [
46
"numpy<=2.1.0",
57
"calipytion>=1.0.2,<2.0.0",
6-
"pyenzyme>=2.1.0,<3.0.0",
8+
"pyenzyme>=2.2.1,<3.0.0",
79
"pydantic>=2,<3",
810
"rich>=13.7,<15",
9-
"loguru>=0.7,<1"
11+
"loguru>=0.7,<1",
1012
]
1113
description = "Tool for processing chromatography data"
12-
license = {text = "MIT"}
14+
license = { text = "MIT" }
1315
name = "chromhandler"
1416
readme = "README.md"
1517
requires-python = ">=3.11,<3.14"
@@ -54,7 +56,7 @@ warn_return_any = true
5456
[tool.pytest.ini_options]
5557
markers = [
5658
"readers: marks tests as slow (deselect with '-m \"not slow\"')",
57-
"core: marks tests as core (deselect with '-m \"not core\"')"
59+
"core: marks tests as core (deselect with '-m \"not core\"')",
5860
]
5961

6062
[tool.ruff.lint]

0 commit comments

Comments
 (0)