Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pymatgen-2024.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Feb 12, 2024
2 parents bbee840 + 176e6a9 commit 1027713
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ dependencies:
- pyxtal =0.6.2
- scikit-learn =1.4.0
- scipy =1.12.0
- spglib =2.3.0
- spglib =2.3.1
- sqsgenerator =0.3
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ nglview = ["nglview==3.1.1"]
matplotlib = ["matplotlib==3.8.2"]
plotly = ["plotly==5.18.0"]
clusters = ["scikit-learn==1.4.0"]
symmetry = ["spglib==2.3.0"]
symmetry = ["spglib==2.3.1"]
surface = [
"spglib==2.3.0",
"spglib==2.3.1",
"pymatgen==2024.2.8",
]
phonopy = [
"phonopy==2.21.0",
"spglib==2.3.0",
"spglib==2.3.1",
]
pyxtal = ["pyxtal==0.6.2"]

Expand Down

0 comments on commit 1027713

Please sign in to comment.