Skip to content

Commit

Permalink
Add pandas as direct dependency (#589)
Browse files Browse the repository at this point in the history
Previously we erroneously relied on pandas being
a transitive dependency via  ipyoptimade, which is now optional.
  • Loading branch information
danielhollas authored Apr 28, 2024
1 parent 67df249 commit e56bb1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ install_requires =
nglview~=3.0
spglib>=1.14,<3
vapory~=0.1.2
pandas~=2.1
python_requires = >=3.9
include_package_data = True
zip_safe = False
Expand Down

0 comments on commit e56bb1e

Please sign in to comment.