Skip to content

Commit

Permalink
full example added
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Aug 16, 2024
1 parent 3410e09 commit 000031a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@ build-backend = "setuptools.build_meta"
click = ">=7.0"
pydantic = ">=1.10,<2"
python = "^3.7"
sdrf-pipelines = ">=0.0.26"
sdrf-pipelines = ">=0.0.29"
pyopenms = ">=2.6.0"
ms2rescore = ">=3.0.2"
psm-utils = "==0.8.0"
pandas = ">=1.0.0"
ms2rescore = "==3.0.3"
deeplc = "==2.2.38"
ms2pip = "==4.0.0.dev8"
psm-utils = "==0.8.2"
protobuf = ">=3.9.2,< 4"
scipy = "==1.13.1"

[tool.poetry.dev-dependencies]
pytest = "*"
Expand Down

0 comments on commit 000031a

Please sign in to comment.