Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Removed MDAnalysis from dependencies, moved to test dependencies
  • Loading branch information
ljwoods2 authored Aug 30, 2024
1 parent fb68b05 commit 6991180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ maintainers = [
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"MDAnalysis>=2.7.0",
]
keywords = [
"molecular simulations",
Expand All @@ -32,6 +31,7 @@ test = [
"pytest>=6.0",
"pytest-xdist>=2.5",
"pytest-cov>=3.0",
"MDAnalysis>=2.7.0",
]
doc = [
"sphinx",
Expand Down

0 comments on commit 6991180

Please sign in to comment.