Skip to content

Commit

Permalink
Tweaks to requirements to compile rith the new ASE
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Jun 4, 2024
1 parent d465ab1 commit b55bbd4
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ sphinx-gallery
sphinx-toggleprompt
furo
git+https://github.com/lab-cosmo/chemiscope@sphinx-gallery
matplotlib
2 changes: 1 addition & 1 deletion examples/dos-align/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- pip
- rust > 1.65
- pip:
- ase
- ase==3.22.1
- matplotlib
- rascaline @ git+https://github.com/Luthaf/rascaline@ca957642f512e141c7570e987aadc05c7ac71983
- torch
Expand Down
4 changes: 2 additions & 2 deletions examples/gaas-map/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ dependencies:
- pip
- rust >=1.65
- pip:
- ase
- chemiscope
- ase==3.22.1
- chemiscope @ git+https://github.com/lab-cosmo/chemiscope@sphinx-gallery
- matplotlib
- metatensor
- rascaline @ git+https://github.com/Luthaf/rascaline@ca957642f512e141c7570e987aadc05c7ac71983
Expand Down
2 changes: 1 addition & 1 deletion examples/lode-linear/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- pip
- rust >=1.65
- pip:
- ase
- ase==3.22.1
- equisolve @ git+https://github.com/lab-cosmo/equisolve.git@c858bedef4b2799eb445e4c92535ee387224089a
- matplotlib
- metatensor
Expand Down
3 changes: 1 addition & 2 deletions examples/lpr/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ dependencies:
- pip
- rust >=1.65
- pip:
- ase
- chemiscope
- ase==3.22.1
- matplotlib
- rascaline @ git+https://github.com/Luthaf/rascaline@5c2a79838bda0a52d0fde2fbe65941f4792c4cae
- skmatter
4 changes: 2 additions & 2 deletions examples/path-integrals/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ dependencies:
- pip
- lammps
- pip:
- ase
- ase==3.22.1
- chemiscope @ git+https://github.com/lab-cosmo/chemiscope@sphinx-gallery
- ipi
- chemiscope
- matplotlib
- skmatter
2 changes: 1 addition & 1 deletion examples/roy-gch/roy-gch.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:Authors: Michele Ceriotti `@ceriottm <https://github.com/ceriottm/>`_
This notebook analyzes the structures of 264 polymorphs of ROY, from
`Beran et Al, Chemical Science
`Beran et Al, Chemical Science
(2022) <https://doi.org/10.1039/D1SC06074K>`__, comparing the
conventional density-energy convex hull with a Generalized Convex Hull
(GCH) analysis (see `Anelli et al., Phys. Rev. Materials
Expand Down
4 changes: 2 additions & 2 deletions examples/sample-selection/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ dependencies:
- pip
- rust >=1.65
- pip:
- ase
- chemiscope
- ase==3.22.1
- chemiscope @ git+https://github.com/lab-cosmo/chemiscope@sphinx-gallery
- matplotlib
- metatensor
- rascaline @ git+https://github.com/Luthaf/rascaline@ca957642f512e141c7570e987aadc05c7ac71983
Expand Down

0 comments on commit b55bbd4

Please sign in to comment.