From d734e84a7334fa8ec1042345329eba9ac3decc53 Mon Sep 17 00:00:00 2001 From: pdobbelaere Date: Mon, 3 Feb 2025 14:45:01 +0100 Subject: [PATCH] fix --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 09413fa..0cf25d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,10 +10,10 @@ description = "Library for developing interatomic potentials" readme = "README.md" requires-python = ">=3.10" dependencies = [ - "ase >= 3.23.0", + "ase>=3.23.0", "pyyaml>=6.0", - "numpy>=1.22.3,<2", - "parsl >= 2024.12.16", + "numpy>=1.22.3, <2", + "parsl==2024.12.16", "prettytable", "psutil", "cp2k-input-tools @ git+https://github.com/cp2k/cp2k-input-tools.git@3b9929735dcb3c8c0620a548b1fe20efecbad077", # need 2024.1