Skip to content

Commit f72f5d6

Browse files
committed
added other missing prerequesites
- made it explicit that dependencies are not installed, if they are already present
1 parent 2171410 commit f72f5d6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ A library of density matrix embedding theory (DMET) for lattice models and reali
88
Installation
99
------------
1010

11-
* Prerequisites (will be automatically installed.)
11+
* Prerequisites (will be automatically installed if not yet present.)
1212
- [PySCF](https://github.com/pyscf/pyscf) 2.0 or higher.
13+
- [numpy](https://numpy.org/doc/stable/index.html)
14+
- [scipy](https://scipy.org/)
15+
- [h5py](https://www.h5py.org/)
1316

1417

1518
* Just call

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages = ["libdmet", "libdmet_solid"]
99
[project]
1010
name = "libdmet"
1111
version = "0.5"
12-
dependencies = ["pyscf", "numpy", "scipy", "h5py"]
12+
dependencies = ["pyscf>=2.0", "numpy", "scipy", "h5py"]
1313
requires-python = ">= 3.1"
1414
authors = [
1515
{name = "Zhihao Cui", email = "zhcui0408@gmail.com"},

0 commit comments

Comments
 (0)