Skip to content

Commit 627d245

Browse files
committed
minimal cross-platform environment
1 parent 806d70f commit 627d245

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

environment-minimal.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: qstack-min
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- python=3.11.11
7+
- pip=24.3.1
8+
- conda-tree=1.1.1
9+
- h5py=3.11.0
10+
- iniconfig=1.1.1
11+
- libcblas=3.9.0
12+
- liblapack=3.9.0
13+
- matplotlib=3.10.0
14+
- pooch=1.8.2
15+
- py=1.11.0
16+
- scikit-learn=1.5.0
17+
- toml=0.10.2
18+
- pip:
19+
- git+https://github.com/lcmd-epfl/cell2mol.git
20+
- qstack/qstack-qml
21+
- conda-pip-minimal==0.2.1
22+
- metatensor-core==0.1.8
23+
- pipdeptree==2.24.0
24+
- pyscf==2.2.0
25+
- pytest==6.2.5
26+
- scipy==1.10.0
27+

0 commit comments

Comments
 (0)