py-jsonargparse: add v4.27.5 (#42640)
This commit is contained in:
parent
34aba94148
commit
2030e2b089
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ class PyJsonargparse(PythonPackage):
|
|||
|
||||
license("MIT")
|
||||
|
||||
version("4.27.5", sha256="88ad908387ea5c8285a48e7d94bfd025e6f536b0dbae616d755d701248ab85d9")
|
||||
version("4.25.0", sha256="4eaadae69c387a3d83a76b1eaf20ca98d5274d8637f180dca0754ce5405adb6b")
|
||||
version("4.19.0", sha256="63aa3c7bbdb219d0f254a5ae86f3d54384ebc1ffa905e776cc19283bc843787b")
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ class PyTorchgeo(PythonPackage):
|
|||
depends_on("py-fiona@1.8:", when="@0.3:", type=("build", "run"))
|
||||
depends_on("py-fiona@1.5:", type=("build", "run"))
|
||||
# Only part of lightning[pytorch-extra] we actually require.
|
||||
depends_on("py-jsonargparse@4.18:+signatures", when="@0.5:", type=("build", "run"))
|
||||
depends_on("py-jsonargparse@4.26.1:+signatures", when="@0.5:", type=("build", "run"))
|
||||
depends_on("py-kornia@0.6.9:", when="@0.5:", type=("build", "run"))
|
||||
depends_on("py-kornia@0.6.5:", when="@0.4.1:", type=("build", "run"))
|
||||
# https://github.com/microsoft/torchgeo/pull/1123
|
||||
|
|
Loading…
Reference in a new issue