Skip to content

Commit

Permalink
added nglview dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinTaterra authored Jul 26, 2024
1 parent 75714d0 commit 846e856
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ dependencies = [
"scipy",
"biopython",
"tqdm",
"seaborn"
"seaborn",
"nglview"
]

# Update the urls once the hosting is set up.
Expand Down Expand Up @@ -93,4 +94,4 @@ default-tag = "1.0.0"
file = "mdpath/_version.py"

[project.scripts]
mdpath = "mdpath.mdpath:main"
mdpath = "mdpath.mdpath:main"

0 comments on commit 846e856

Please sign in to comment.