Skip to content

Commit

Permalink
Update pyproject.toml for external dependencies
Browse files Browse the repository at this point in the history
MCC & BOFdat
  • Loading branch information
GwennyGit authored Aug 28, 2024
1 parent bca3a8b commit dff74e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@ dependencies = [
"biopython>=1.79",
"bioregistry>=0.10.132",
"bioservices>=1.11.2",
"bofdat@git+https://github.com/draeger-lab/BOFdat", # our fork with hot fix(es)
"click>=8.1.3",
"cloup>=3.0.5",
"cobra>=0.28.0",
"depinfo>=1.7.0",
"gffutils>=0.10.1",
"libchebipy>=1.0.10",
"markupsafe>=2.0.1",
"masschargecuration@git+https://github.com/Biomathsys/MassChargeCuration@installation-fix", # @NOTE wait for pull request
'matplotlib >= 3.8.2',
"memote>=0.17.0",
"multiprocess>=0.70.16",
Expand Down Expand Up @@ -76,6 +74,10 @@ docs = ["accessible-pygments",
"sphinxcontrib-bibtex",
"sphinx_copybutton",
"pip-tools"]
extern = [
"bofdat@git+https://github.com/draeger-lab/BOFdat", # our fork with hot fix(es)
"masschargecuration@git+https://github.com/Biomathsys/MassChargeCuration@installation-fix", # @NOTE wait for pull request
]

[project.urls]
# homepage
Expand Down

0 comments on commit dff74e7

Please sign in to comment.