Skip to content

Commit e98b8c0

Browse files
Copilotnjzjz
andcommitted
build: update pyproject.toml with LAMMPS stable_22Jul2025_update2
Co-authored-by: njzjz <9496702+njzjz@users.noreply.github.com>
1 parent f578e16 commit e98b8c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ docs = [
108108
"sphinx-remove-toctrees",
109109
]
110110
lmp = [
111-
"lammps[mpi]~=2025.7.22.1.0",
111+
"lammps[mpi]~=2025.7.22.2.0",
112112
]
113113
ipi = [
114114
"ipi",
@@ -242,7 +242,7 @@ repair-wheel-command = """delocate-wheel --require-archs {delocate_archs} -w {de
242242

243243
[tool.cibuildwheel.macos.environment]
244244
PIP_PREFER_BINARY = "1"
245-
DP_LAMMPS_VERSION = "stable_22Jul2025_update1"
245+
DP_LAMMPS_VERSION = "stable_22Jul2025_update2"
246246
DP_ENABLE_IPI = "1"
247247
DP_ENABLE_PYTORCH = "1"
248248
DP_ENABLE_PADDLE = "1"
@@ -278,7 +278,7 @@ before-build = [
278278
]
279279
[tool.cibuildwheel.linux.environment]
280280
PIP_PREFER_BINARY = "1"
281-
DP_LAMMPS_VERSION = "stable_22Jul2025_update1"
281+
DP_LAMMPS_VERSION = "stable_22Jul2025_update2"
282282
DP_ENABLE_IPI = "1"
283283
DP_ENABLE_PYTORCH = "1"
284284
DP_ENABLE_PADDLE = "1"

0 commit comments

Comments
 (0)