Update py-seaborn to @0.12.2 (#35896)
This commit is contained in:
parent
983a56e729
commit
703f687ca0
@ -17,6 +17,7 @@ class PySeaborn(PythonPackage):
|
|||||||
homepage = "https://seaborn.pydata.org/"
|
homepage = "https://seaborn.pydata.org/"
|
||||||
pypi = "seaborn/seaborn-0.7.1.tar.gz"
|
pypi = "seaborn/seaborn-0.7.1.tar.gz"
|
||||||
|
|
||||||
|
version("0.12.2", sha256="374645f36509d0dcab895cba5b47daf0586f77bfe3b36c97c607db7da5be0139")
|
||||||
version("0.12.0", sha256="893f17292d8baca616c1578ddb58eb25c72d622f54fc5ee329c8207dc9b57b23")
|
version("0.12.0", sha256="893f17292d8baca616c1578ddb58eb25c72d622f54fc5ee329c8207dc9b57b23")
|
||||||
version("0.11.2", sha256="cf45e9286d40826864be0e3c066f98536982baf701a7caa386511792d61ff4f6")
|
version("0.11.2", sha256="cf45e9286d40826864be0e3c066f98536982baf701a7caa386511792d61ff4f6")
|
||||||
version("0.11.1", sha256="44e78eaed937c5a87fc7a892c329a7cc091060b67ebd1d0d306b446a74ba01ad")
|
version("0.11.1", sha256="44e78eaed937c5a87fc7a892c329a7cc091060b67ebd1d0d306b446a74ba01ad")
|
||||||
@ -30,6 +31,7 @@ class PySeaborn(PythonPackage):
|
|||||||
depends_on("py-setuptools", when="@:0.11.2", type="build")
|
depends_on("py-setuptools", when="@:0.11.2", type="build")
|
||||||
depends_on("py-flit-core@3.2:3", when="@0.12.0:", type="build")
|
depends_on("py-flit-core@3.2:3", when="@0.12.0:", type="build")
|
||||||
|
|
||||||
|
depends_on("py-numpy@1.17:1.23,1.24.1:", when="@0.12.2:", type=("build", "run"))
|
||||||
depends_on("py-numpy@1.17:", when="@0.12:", type=("build", "run"))
|
depends_on("py-numpy@1.17:", when="@0.12:", type=("build", "run"))
|
||||||
depends_on("py-numpy@1.15:", when="@0.11:", type=("build", "run"))
|
depends_on("py-numpy@1.15:", when="@0.11:", type=("build", "run"))
|
||||||
depends_on("py-numpy@1.9.3:", when="@0.9:", type=("build", "run"))
|
depends_on("py-numpy@1.9.3:", when="@0.9:", type=("build", "run"))
|
||||||
@ -39,12 +41,14 @@ class PySeaborn(PythonPackage):
|
|||||||
depends_on("py-pandas@0.22:", when="@0.10:", type=("build", "run"))
|
depends_on("py-pandas@0.22:", when="@0.10:", type=("build", "run"))
|
||||||
depends_on("py-pandas@0.15.2:", when="@0.9:", type=("build", "run"))
|
depends_on("py-pandas@0.15.2:", when="@0.9:", type=("build", "run"))
|
||||||
depends_on("py-pandas", type=("build", "run"))
|
depends_on("py-pandas", type=("build", "run"))
|
||||||
|
depends_on("py-matplotlib@3.1:3.6.0,3.6.2:", when="@0.12.2:", type=("build", "run"))
|
||||||
depends_on("py-matplotlib@3.1:", when="@0.12:", type=("build", "run"))
|
depends_on("py-matplotlib@3.1:", when="@0.12:", type=("build", "run"))
|
||||||
depends_on("py-matplotlib@2.2:", when="@0.11:", type=("build", "run"))
|
depends_on("py-matplotlib@2.2:", when="@0.11:", type=("build", "run"))
|
||||||
depends_on("py-matplotlib@2.1.2:", when="@0.10:", type=("build", "run"))
|
depends_on("py-matplotlib@2.1.2:", when="@0.10:", type=("build", "run"))
|
||||||
depends_on("py-matplotlib@1.4.3:", when="@0.9:", type=("build", "run"))
|
depends_on("py-matplotlib@1.4.3:", when="@0.9:", type=("build", "run"))
|
||||||
depends_on("py-matplotlib", type=("build", "run"))
|
depends_on("py-matplotlib", type=("build", "run"))
|
||||||
|
|
||||||
|
depends_on("py-scipy@1.3:", when="@0.12.2: +stats", type=("build", "run"))
|
||||||
depends_on("py-scipy@1:", when="@0.12: +stats", type=("build", "run"))
|
depends_on("py-scipy@1:", when="@0.12: +stats", type=("build", "run"))
|
||||||
depends_on("py-scipy@1:", when="@0.11", type=("build", "run"))
|
depends_on("py-scipy@1:", when="@0.11", type=("build", "run"))
|
||||||
depends_on("py-scipy@1.0.1:", when="@0.10:0.11", type=("build", "run"))
|
depends_on("py-scipy@1.0.1:", when="@0.10:0.11", type=("build", "run"))
|
||||||
|
Loading…
Reference in New Issue
Block a user