Skip to content

Commit

Permalink
make mumble and rustyms optional dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurDeclercq committed Feb 14, 2025
1 parent 7ce56c2 commit 106ad8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,11 @@ dependencies = [
"pyteomics>=4.7.2",
"rich>=12",
"tomli>=2; python_version < '3.11'",
"rustyms>=0.8.3",
"mumble-mod @ git+https://github.com/compomics/mumble.git@114ad7d",
]

[project.optional-dependencies]
ionmob = ["ionmob>=0.2", "tensorflow"]
ms2 = ["rustyms"]
mumble = ["rustyms>=0.8.3", "mumble>=0.2.0"]
dev = ["ruff", "black", "pytest", "pytest-cov", "pre-commit"]
docs = [
"sphinx",
Expand Down

0 comments on commit 106ad8f

Please sign in to comment.