py-einops: add v0.5.0 (#32959)

This commit is contained in:
Adam J. Stewart 2022-10-03 11:29:50 -05:00 committed by GitHub
parent 0fee3095e1
commit e89b79d074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,10 @@ class PyEinops(PythonPackage):
homepage = "https://github.com/arogozhnikov/einops" homepage = "https://github.com/arogozhnikov/einops"
pypi = "einops/einops-0.3.2.tar.gz" pypi = "einops/einops-0.3.2.tar.gz"
version("0.5.0", sha256="8b7a83cffc1ea88e306df099b7cbb9c3ba5003bd84d05ae44be5655864abb8d3")
version("0.3.2", sha256="5200e413539f0377f4177ef00dc019968f4177c49b1db3e836c7883df2a5fe2e") version("0.3.2", sha256="5200e413539f0377f4177ef00dc019968f4177c49b1db3e836c7883df2a5fe2e")
depends_on("python@3.7:", when="@0.5:", type=("build", "run"))
depends_on("python@3.6:", type=("build", "run")) depends_on("python@3.6:", type=("build", "run"))
depends_on("py-setuptools", type="build") depends_on("py-hatchling@1.10:", when="@0.5:", type="build")
depends_on("py-setuptools", when="@:0.4", type="build")