From d1d93e5e87b7ea67e021f07c1036d920b189da2c Mon Sep 17 00:00:00 2001 From: Noam Bernstein Date: Tue, 3 Sep 2024 13:23:28 -0400 Subject: [PATCH] Create version 0.2.8 with ase dependency max version 3.22.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c1a18885..f924dbf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] name = "wfl" -version = "0.2.7" +version = "0.2.8" requires-python = ">=3.9" -dependencies = [ "click>=7.0", "numpy", "ase>=3.22.1", "pyyaml", "spglib", +dependencies = [ "click>=7.0", "numpy", "ase<=3.22.1", "pyyaml", "spglib", "docstring_parser", "expyre-wfl", "universalSOAP" ] readme = "README.md" license = { file = "LICENSE" }