py-tensorflow-estimator: new versions (#32029)
* py-tensorflow-estimator: new versions * [@spackbot] updating style on behalf of aweits Co-authored-by: aweits <aweits@users.noreply.github.com>
This commit is contained in:
parent
46c8962e91
commit
d60aa995a9
@ -17,6 +17,8 @@ class PyTensorflowEstimator(Package):
|
|||||||
|
|
||||||
maintainers = ["aweits"]
|
maintainers = ["aweits"]
|
||||||
|
|
||||||
|
version("2.9.0", sha256="62d7b5a574d9c995542f6cb485ff1c18ad115afd9ec6d63437b2aab227c35ef6")
|
||||||
|
version("2.8.0", sha256="58a2c3562ca6491c257e9a4d9bd8825667883257edcdb452181efa691c586b17")
|
||||||
version("2.7.0", sha256="e5164e802638d3cf110ecc17912be9d514a9d3354ec48e77200b9403dcc15965")
|
version("2.7.0", sha256="e5164e802638d3cf110ecc17912be9d514a9d3354ec48e77200b9403dcc15965")
|
||||||
version("2.6.0", sha256="947705c60c50da0b4a8ceec1bc058aaf6bf567a7efdcd50d5173ebf6bafcf30f")
|
version("2.6.0", sha256="947705c60c50da0b4a8ceec1bc058aaf6bf567a7efdcd50d5173ebf6bafcf30f")
|
||||||
version("2.5.0", sha256="66661f30ea05d57377c45267ca770935fb8c54f85b7901f0a7deb91766fe9f45")
|
version("2.5.0", sha256="66661f30ea05d57377c45267ca770935fb8c54f85b7901f0a7deb91766fe9f45")
|
||||||
@ -29,8 +31,14 @@ class PyTensorflowEstimator(Package):
|
|||||||
|
|
||||||
extends("python")
|
extends("python")
|
||||||
|
|
||||||
|
depends_on("python@3.7:", type=("build", "run"), when="@2.9.0")
|
||||||
|
|
||||||
|
depends_on("py-keras@2.9.0:2.9", type=("build", "run"), when="@2.9.0")
|
||||||
|
depends_on("py-keras@2.8.0:2.8", type=("build", "run"), when="@2.8.0")
|
||||||
depends_on("py-keras@2.7.0:2.7", type=("build", "run"), when="@2.7.0")
|
depends_on("py-keras@2.7.0:2.7", type=("build", "run"), when="@2.7.0")
|
||||||
depends_on("py-keras@2.6.0:2.6", type=("build", "run"), when="@2.6.0")
|
depends_on("py-keras@2.6.0:2.6", type=("build", "run"), when="@2.6.0")
|
||||||
|
depends_on("py-tensorflow@2.9.0:2.9", type=("build", "run"), when="@2.9.0")
|
||||||
|
depends_on("py-tensorflow@2.8.0:2.8", type=("build", "run"), when="@2.8.0")
|
||||||
depends_on("py-tensorflow@2.7.0:2.7", type=("build", "run"), when="@2.7.0")
|
depends_on("py-tensorflow@2.7.0:2.7", type=("build", "run"), when="@2.7.0")
|
||||||
depends_on("py-tensorflow@2.6.0:2.6", type=("build", "run"), when="@2.6.0")
|
depends_on("py-tensorflow@2.6.0:2.6", type=("build", "run"), when="@2.6.0")
|
||||||
depends_on("py-tensorflow@2.5.0:2.5", type=("build", "run"), when="@2.5.0")
|
depends_on("py-tensorflow@2.5.0:2.5", type=("build", "run"), when="@2.5.0")
|
||||||
|
Loading…
Reference in New Issue
Block a user