jsonargparse: pull from pypi, fixes #9460

This commit is contained in:
Thomas Waldmann 2026-03-13 13:12:14 +01:00
parent a32d9724f0
commit 2f99890487
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -40,7 +40,7 @@ dependencies = [
"shtab>=1.8.0",
"backports-zstd; python_version < '3.14'", # for python < 3.14.
"xxhash>=2.0.0",
"jsonargparse @ https://github.com/omni-us/jsonargparse/zipball/main", # pull it from there until it is on pypi
"jsonargparse>=4.47.0",
"PyYAML>=6.0.2", # we need to register our types with yaml, jsonargparse uses yaml for config files
]