File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 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+ ]
35dependencies = [
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]
1113description = " Tool for processing chromatography data"
12- license = {text = " MIT" }
14+ license = { text = " MIT" }
1315name = " chromhandler"
1416readme = " README.md"
1517requires-python = " >=3.11,<3.14"
@@ -54,7 +56,7 @@ warn_return_any = true
5456[tool .pytest .ini_options ]
5557markers = [
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 ]
You can’t perform that action at this time.
0 commit comments