Skip to content

Commit e3ccc7a

Browse files
Update ase to >=3.25, Use MelchionnaNPT
1 parent b3c7bc4 commit e3ccc7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

janus_core/calculations/md.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from ase.io import read
1919
from ase.md.bussi import Bussi
2020
from ase.md.langevin import Langevin
21-
from ase.md.npt import NPT as ASE_NPT
21+
from ase.md.melchionna import MelchionnaNPT as ASE_NPT # noqa: N814
2222
from ase.md.velocitydistribution import (
2323
MaxwellBoltzmannDistribution,
2424
Stationary,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
readme = "README.md"
2727

2828
dependencies = [
29-
"ase<4.0,>=3.25",
29+
"ase<4.0,>=3.27",
3030
"click<9,>=8.2.1",
3131
"codecarbon<4.0.0,>=3.0.7",
3232
"numpy<3.0.0,>=1.26.4",

0 commit comments

Comments
 (0)