Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAchondo authored Jun 11, 2024
1 parent 9da0850 commit 50ebe41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ apbs = [
]
model-visualization = [
"pydotplus==2.0.2",
"graphviz@git+https://gitlab.com/graphviz/graphviz/"
"graphviz@git+https://gitlab.com/graphviz/graphviz"
]
data-processing = [
"xlsxwriter==3.1.9"
Expand All @@ -67,4 +67,4 @@ repository = "https://github.com/MartinAchondo/XPPBE"

[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"

0 comments on commit 50ebe41

Please sign in to comment.