Skip to content

Commit

Permalink
Bump pymatgen from 2023.9.10 to 2023.9.25
Browse files Browse the repository at this point in the history
Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2023.9.10 to 2023.9.25.
- [Release notes](https://github.com/materialsproject/pymatgen/releases)
- [Changelog](https://github.com/materialsproject/pymatgen/blob/master/CHANGES.md)
- [Commits](materialsproject/pymatgen@v2023.9.10...v2023.9.25)

---
updated-dependencies:
- dependency-name: pymatgen
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 06cfd8f commit bf6e72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
'scipy==1.11.2', # ase already requires scipy
],
extras_require={
"grainboundary": ['aimsgb==1.1.0', 'pymatgen==2023.9.10'],
"grainboundary": ['aimsgb==1.1.0', 'pymatgen==2023.9.25'],
"pyscal": ['pyscal2==2.10.18'],
"nglview": ['nglview==3.0.8'],
"plotly": ['plotly==5.17.0'],
"clusters": ['scikit-learn==1.3.1'],
"symmetry": ['spglib==2.1.0'],
"surface": ['spglib==2.1.0', 'pymatgen==2023.9.10'],
"surface": ['spglib==2.1.0', 'pymatgen==2023.9.25'],
"phonopy": ['phonopy==2.20.0', 'spglib==2.1.0'],
"pyxtal": ['pyxtal==0.6.0']
},
Expand Down

0 comments on commit bf6e72c

Please sign in to comment.