Skip to content

Commit

Permalink
seaborn to vis requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jan 31, 2023
1 parent 0c43199 commit 05067d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def absolute_links(txt):
"python-libsbml>=5.17.0",
"sympy",
"colorama",
"seaborn",
"pyyaml",
"jsonschema",
],
Expand Down Expand Up @@ -99,6 +98,7 @@ def absolute_links(txt):
],
"vis": [
"matplotlib>=3.6.0",
"seaborn",
"scipy"
]
},
Expand Down

0 comments on commit 05067d6

Please sign in to comment.