Add checksum for py-histogrammar 1.0.31 (#33045)
This commit is contained in:
parent
38b50079e1
commit
164d5fc7a4
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,7 @@ class PyHistogrammar(PythonPackage):
|
||||||
homepage = "https://histogrammar.github.io/histogrammar-docs"
|
homepage = "https://histogrammar.github.io/histogrammar-docs"
|
||||||
pypi = "histogrammar/histogrammar-1.0.25.tar.gz"
|
pypi = "histogrammar/histogrammar-1.0.25.tar.gz"
|
||||||
|
|
||||||
|
version("1.0.31", sha256="3fd93646d568129637b6be0b98a6fab575eaf7426cb9f709a36908190cae85c5")
|
||||||
version("1.0.25", sha256="01d5f99cdb8dce8f02dd1adbfcc530a097154f3696d7778d0ed596d06d5ce432")
|
version("1.0.25", sha256="01d5f99cdb8dce8f02dd1adbfcc530a097154f3696d7778d0ed596d06d5ce432")
|
||||||
|
|
||||||
depends_on("python@3.6:", type=("build", "run"))
|
depends_on("python@3.6:", type=("build", "run"))
|
||||||
|
@ -19,3 +20,5 @@ class PyHistogrammar(PythonPackage):
|
||||||
depends_on("py-numpy@1.18.0:", type=("build", "run"))
|
depends_on("py-numpy@1.18.0:", type=("build", "run"))
|
||||||
depends_on("py-tqdm", type=("build", "run"))
|
depends_on("py-tqdm", type=("build", "run"))
|
||||||
depends_on("py-joblib@0.14.0:", type=("build", "run"))
|
depends_on("py-joblib@0.14.0:", type=("build", "run"))
|
||||||
|
# Caught by tests
|
||||||
|
depends_on("py-pandas", type="run")
|
||||||
|
|
Loading…
Reference in a new issue