py-pytorch-lightning: add v1.9.1 (#35445)
* py-pytorch-lightning: add v1.9.1 * flake8
This commit is contained in:
parent
97d59c2efb
commit
d0387cbbaf
@ -14,6 +14,10 @@ class PyLightningUtilities(PythonPackage):
|
|||||||
|
|
||||||
maintainers("adamjstewart")
|
maintainers("adamjstewart")
|
||||||
|
|
||||||
|
version(
|
||||||
|
"0.6.0.post0",
|
||||||
|
sha256="6f02cfe59e6576487e709a0e66e07671563bde9e21b40e1c567918e4d753278c",
|
||||||
|
)
|
||||||
version("0.5.0", sha256="01ef5b7fd50a8b54b849d8621720a65c36c91b374933a8384fb2be3d86cfa8f1")
|
version("0.5.0", sha256="01ef5b7fd50a8b54b849d8621720a65c36c91b374933a8384fb2be3d86cfa8f1")
|
||||||
version("0.4.2", sha256="dc6696ab180117f7e97b5488dac1d77765ab891022f7521a97a39e10d362bdb8")
|
version("0.4.2", sha256="dc6696ab180117f7e97b5488dac1d77765ab891022f7521a97a39e10d362bdb8")
|
||||||
version("0.4.1", sha256="969697b0debffd808d4cf3b74af4952f82bf6726f4ce561119037871547690a5")
|
version("0.4.1", sha256="969697b0debffd808d4cf3b74af4952f82bf6726f4ce561119037871547690a5")
|
||||||
@ -26,7 +30,8 @@ class PyLightningUtilities(PythonPackage):
|
|||||||
|
|
||||||
# requirements/base.txt
|
# requirements/base.txt
|
||||||
depends_on("py-importlib-metadata@4:", when="@0.4.1: ^python@:3.7", type=("build", "run"))
|
depends_on("py-importlib-metadata@4:", when="@0.4.1: ^python@:3.7", type=("build", "run"))
|
||||||
depends_on("py-packaging@20:", when="@0.5:", type=("build", "run"))
|
depends_on("py-packaging@17.1:", when="@0.6.0.post0:", type=("build", "run"))
|
||||||
|
depends_on("py-packaging@20:", when="@0.5:0.6.0.a", type=("build", "run"))
|
||||||
depends_on("py-typing-extensions", when="@0.5:", type=("build", "run"))
|
depends_on("py-typing-extensions", when="@0.5:", type=("build", "run"))
|
||||||
|
|
||||||
# Historical dependencies
|
# Historical dependencies
|
||||||
|
@ -14,6 +14,7 @@ class PyPytorchLightning(PythonPackage):
|
|||||||
|
|
||||||
maintainers("adamjstewart")
|
maintainers("adamjstewart")
|
||||||
|
|
||||||
|
version("1.9.1", sha256="45b1031f1bdf68d9350fa42e5ec01ff8492d5badda9685a2ae48e5fd8598510a")
|
||||||
version("1.9.0", sha256="5b75fe936d16ef86dae22ea1cb0a73db281605cade682c0ef44e6508a99a0b37")
|
version("1.9.0", sha256="5b75fe936d16ef86dae22ea1cb0a73db281605cade682c0ef44e6508a99a0b37")
|
||||||
version("1.8.6", sha256="c4af783579a1528e07f40dd9bd0128c162bbbcf74fe1ce4292fec63fa7e76ada")
|
version("1.8.6", sha256="c4af783579a1528e07f40dd9bd0128c162bbbcf74fe1ce4292fec63fa7e76ada")
|
||||||
version("1.8.5", sha256="1c6fbd86923e73877521cdd21927f4da1d460719bbca2e04aec3d6b88d60a783")
|
version("1.8.5", sha256="1c6fbd86923e73877521cdd21927f4da1d460719bbca2e04aec3d6b88d60a783")
|
||||||
@ -78,7 +79,8 @@ class PyPytorchLightning(PythonPackage):
|
|||||||
depends_on("py-packaging", when="@:1.2", type=("build", "run"))
|
depends_on("py-packaging", when="@:1.2", type=("build", "run"))
|
||||||
depends_on("py-typing-extensions@4.0.0:", when="@1.6:", type=("build", "run"))
|
depends_on("py-typing-extensions@4.0.0:", when="@1.6:", type=("build", "run"))
|
||||||
depends_on("py-typing-extensions", when="@1.4:1.5", type=("build", "run"))
|
depends_on("py-typing-extensions", when="@1.4:1.5", type=("build", "run"))
|
||||||
depends_on("py-lightning-utilities@0.4.2:", when="@1.9:", type=("build", "run"))
|
depends_on("py-lightning-utilities@0.6.0.post0:", when="@1.9.1:", type=("build", "run"))
|
||||||
|
depends_on("py-lightning-utilities@0.4.2:", when="@1.9.0", type=("build", "run"))
|
||||||
depends_on("py-lightning-utilities@0.3,0.4.1:", when="@1.8.4:1.8", type=("build", "run"))
|
depends_on("py-lightning-utilities@0.3,0.4.1:", when="@1.8.4:1.8", type=("build", "run"))
|
||||||
depends_on("py-lightning-utilities@0.3:", when="@1.8.0:1.8.3", type=("build", "run"))
|
depends_on("py-lightning-utilities@0.3:", when="@1.8.0:1.8.3", type=("build", "run"))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user