Skip to content

Commit f5bf55c

Browse files
authored
Pin Rust in environment.yml for peridic-hamiltonian (#172)
1 parent 7c3b26f commit f5bf55c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/periodic-hamiltonian/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ channels:
22
- conda-forge
33
dependencies:
44
- python>=3.11
5-
- pip
65
- graphviz
76
- pyscf=2.3.0
7+
- rust=1.88.*
8+
- pip
89
- pip:
910
- pyscfad @ git+https://github.com/fishjojo/pyscfad.git@ml#egg=pyscfad
1011
- ase==3.22.1

0 commit comments

Comments
 (0)