Skip to content

Commit 35a5ab2

Browse files
committed
fix: rewire cell2mol dependency in requirements and pyproject
1 parent 559f964 commit 35a5ab2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ equio-itself = ["metatensor-core >= 0.1.8, == 0.1.*"]
5353
equio = ["qstack[pyscf,equio-itself]"]
5454
spahm = ["qstack[pyscf]"]
5555
docs-build = ["sphinx", "sphinx-argparse", "sphinx-autobuild", "myst-parser", "furo"]
56-
all = ["qstack[pyscf,qml,regression,wigner,equio,gmol]"]
56+
all = ["qstack[pyscf,qml,regression,wigner,equio,gmol,cell2mol,docs-build]"]
5757

5858
[project.urls]
5959
Repository = "https://github.com/lcmd-epfl/Q-stack.git"

requirements.py3.11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ scikit-learn==1.5.0
1515
ase==3.22
1616
tqdm==4.66
1717
metatensor-core==0.1.8
18-
cell2mol @ git+https://github.com/lcmd-epfl/cell2mol.git@22473bbf12a013467137a55a63c88fbbdc95baa2
18+
cell2mol @ git+https://github.com/lcmd-epfl/cell2mol.git@40b3237

requirements.py3.9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ scikit-learn==0.24.2
1515
ase==3.22
1616
tqdm==4.66
1717
metatensor-core==0.1.8
18-
cell2mol @ git+https://github.com/lcmd-epfl/cell2mol.git@22473bbf12a013467137a55a63c88fbbdc95baa2
18+
cell2mol @ git+https://github.com/lcmd-epfl/cell2mol.git@40b3237

0 commit comments

Comments
 (0)