Skip to content

Commit

Permalink
chore(deps): pin schema branch + add pyteomics
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Oct 14, 2024
1 parent 8d9deb2 commit c4e4125
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
24 changes: 23 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{ include = "modos" }]

[tool.poetry.dependencies]
calamus = "^0.4.2"
modos_schema = "0.2.0"
modos_schema = { git = "https://github.com/sdsc-ordes/modos-schema.git", branch = "feat/metabolomics" }
pysam = "^0.22.0"
python = "^3.10"
pyyaml = "^6.0.1"
Expand All @@ -21,6 +21,7 @@ pydantic = "^2.8.2"

pyfuzon = { version = "^0.2", optional = true}
prompt-toolkit = "^3.0.48"
pyteomics = "^4.7.4"

[tool.poetry.extras]
pyfuzon = ["pyfuzon"]
Expand Down

0 comments on commit c4e4125

Please sign in to comment.