Skip to content

Commit 3b7f5bb

Browse files
authored
Update pyproject.toml (#1939)
1 parent f6031e3 commit 3b7f5bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ dependencies = [
1212
"torch>=2.5.0,<2.6.0",
1313
"numpy<2.0",
1414
"lightning>=2.5.0,<2.6.0",
15-
"jsonargparse[signatures]>=4.30.1,<=4.32.1", # 4.33 does not seem to be compatible with Python 3.9
15+
"jsonargparse[signatures]>=4.30.1,<=4.32.1; python_version<='3.9'", # 4.33 does not seem to be compatible with Python 3.9
16+
"jsonargparse[signatures]>=4.37.0; python_version>'3.9'", # required to work with python3.12+
1617
"huggingface_hub>=0.23.5", # download models
1718
"safetensors>=0.4.3", # download models
1819
"tokenizers>=0.15.2", # tokenization in most models

0 commit comments

Comments
 (0)