diff --git a/pyproject.toml b/pyproject.toml index f2c1c7c..cf3a9e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Cost-aware synthetic active learning pipeline for cheminformatics requires-python = ">=3.11" dependencies = [ "chemprop>=2.0,<3.0", - "lightning>=2.0", + "lightning>=2.0,<2.6.2", "torch>=2.0", "rdkit>=2023.3", "pandas>=2.0",