py-einops: add v0.5.0 (#32959)
This commit is contained in:
parent
0fee3095e1
commit
e89b79d074
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user