Skip to content

Commit

Permalink
Merge pull request #4186 from MDAnalysis/rdkit-pypi
Browse files Browse the repository at this point in the history
Add rdkit and parmed to pyproject.toml
  • Loading branch information
orbeckst authored Jul 3, 2023
2 parents 69a00ad + da2d04c commit 1b7d322
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@ extra_formats = [
"netCDF4>=1.0",
"h5py>=2.10",
"chemfiles>=0.10",
"parmed",
"pyedr>=0.7.0",
"pytng>=0.2.3",
"gsd>3.0.0",
"rdkit>=2020.03.1",
]
analysis = [
"seaborn",
Expand Down
2 changes: 2 additions & 0 deletions package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,8 @@ def long_description(readme):
'chemfiles>=0.10', # multiple formats supported by chemfiles
'pyedr>=0.7.0', # EDR files for the EDR AuxReader
'gsd>3.0.0', # GSD
'rdkit>=2020.03.1', # RDKit converter
'parmed', # ParmEd converter
],
'analysis': [
'seaborn', # for annotated heat map and nearest neighbor
Expand Down

0 comments on commit 1b7d322

Please sign in to comment.