diff --git a/pyproject.toml b/pyproject.toml index 66a1ef0184..66cdb142eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "torch>=2.2.0", "numpy<2.0", "lightning==2.4.0.dev20240728", - "jsonargparse[signatures]>=4.27.6", + "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 "tokenizers>=0.15.2", # tokenization in most models