Skip to content

Commit b60f552

Browse files
authored
Add f90wrap dependency to pyproject.toml (#468)
1 parent bd44598 commit b60f552

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ dependencies = [
4242
"torch<=2.2.1; sys.platform == 'linux'",
4343
# quippy-ase support for py3.12 tracked in https://github.com/libAtoms/QUIP/issues/645
4444
"quippy-ase==0.9.14; python_version < '3.12'",
45+
"f90wrap==0.2.16"
4546
]
4647

4748
[tool.setuptools.packages.find]
@@ -84,6 +85,7 @@ strict = [
8485
"torch<=2.2.1; sys.platform == 'linux'",
8586
"nequip==0.6.1",
8687
"hiphive==1.4",
88+
"f90wrap==0.2.16",
8789
]
8890
dev = ["pre-commit>=2.12.1"]
8991
tests = ["pytest", "pytest-mock", "pytest-split", "pytest-cov", "types-setuptools", "nbmake"]

0 commit comments

Comments
 (0)