Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 authored Dec 3, 2024
1 parent 1cbb04d commit 685eff3
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 @@ -43,7 +43,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
'pymatgen',
'MDAnalysis',
'MDAnalysis>=2.8.0',
'coverage',
'codeclimate-test-reporter',
'yapf',
Expand All @@ -55,7 +55,7 @@ dev = [
]
docs = [
'pymatgen',
'MDAnalysis',
'MDAnalysis>=2.8.0',
'ase',
'ipykernel',
'nbsphinx',
Expand Down

0 comments on commit 685eff3

Please sign in to comment.