diff --git a/pyproject.toml b/pyproject.toml index 6fe9b09b1e..edd8f71d07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ]