Skip to content

Commit

Permalink
[FIX] adding missing dependency networkx
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Dec 8, 2023
1 parent 3589f97 commit 9f11d2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ dependencies = [
"lxml ~=4.3",
"omamer ~=2.0",
"pyham ~=1.1",
"pyparsing ",
"pyparsing",
"networkx",
]

[project.optinal-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
exec(line.rstrip())

# TODO
requirements = ['biopython', 'ete3', 'omamer>=2.0.0', 'nextflow', 'pyparsing' , 'DendroPy', 'future', 'lxml','pyham']
requirements = ['biopython', 'ete3', 'omamer>=2.0.0', 'nextflow', 'pyparsing' , 'DendroPy', 'future', 'lxml','pyham', 'networkx']

desc = 'FastOM - a package to infer orthology information '

Expand Down

0 comments on commit 9f11d2d

Please sign in to comment.