Skip to content

Commit

Permalink
Added depinfo restrictions to setup.py #85
Browse files Browse the repository at this point in the history
  • Loading branch information
GwennyGit committed Oct 30, 2023
1 parent 985fc66 commit 74bbbfb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
packages=['refinegems'],
python_requires ='>=3.8, <3.11',
install_requires = [
"cobra>=0.26.0", # cobra changed model.add_reaction to model.add_reactions -> important in investigate.py
"cobra>=0.26.0, <0.28.0", # cobra changed model.add_reaction to model.add_reactions -> important in investigate.py
# COBRApy > 0.28.0 -> depinfo >=2.0.0
"biopython>=1.79",
"bioregistry",
"bioservices",
"importlib-resources<=5.13.0",
"memote>=0.13.0",
"memote>=0.13.0, <2.0.0", # MEMOTE > 0.14.0 -> depinfo >=2.0.0
"pandas>=1.2.4",
"numpy>=1.20.3",
"gffutils>=0.10.1",
Expand Down

0 comments on commit 74bbbfb

Please sign in to comment.