diff --git a/pyproject.toml b/pyproject.toml index 1dd1e53743..58ccd9da77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,9 @@ readme = "README.md" license = { file = "LICENSE" } dependencies = [ - "torch>=2.2.0,<=2.4.1", + "torch>=2.5.0,<2.6.0", "numpy<2.0", - "lightning==2.4.0", + "lightning>=2.5.0,<2.6.0", "jsonargparse[signatures]>=4.30.1,<=4.32.1", # 4.33 does not seem to be compatible with Python 3.9 "huggingface_hub>=0.23.5", # download models "safetensors>=0.4.3", # download models