Skip to content

Commit

Permalink
Merge branch 'main' into pyproject_toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Nov 25, 2023
2 parents 3ea26c3 + 587c932 commit 8ee15ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- ase =3.22.1
- coverage
- numpy =1.26.0
- scipy =1.11.3
- scipy =1.11.4
- spglib =2.1.0
- phonopy =2.20.0
- structuretoolkit =0.0.11
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
- ase =3.22.1
- coverage
- numpy =1.26.0
- scipy =1.11.3
- scipy =1.11.4
- spglib =2.1.0
- phonopy =2.20.0
- structuretoolkit =0.0.12
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from setuptools import setup

setup()
setup()

0 comments on commit 8ee15ed

Please sign in to comment.