From e464ccfb4fc0455ca0d73fabc93e90083b43fde2 Mon Sep 17 00:00:00 2001 From: Michele Ceriotti Date: Mon, 3 Jun 2024 16:01:49 +0200 Subject: [PATCH] Pinning ASE version --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6692997ce..c97baad50 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ commands = [testenv:tests] description = Run Python unit tests deps = - ase + ase==3.22.1 commands = python -m unittest discover -p "*.py" -s python/tests