py-pymatreader: Add v0.0.32 (#45366)

This commit is contained in:
Manuela Kuhn 2024-07-31 21:06:15 +02:00 committed by GitHub
parent 88782fb05a
commit f1140055d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ class PyPymatreader(PythonPackage):
license("BSD-2-Clause")
version("0.0.32", sha256="34a5b4812635c98d3e5776fc21cd7f85b045784539363674d178dfb1158a617f")
version("0.0.30", sha256="c8187b6ee77a9b1ec0d8ccae9b22c9031d01104a412737cc4a71e6d993a1a12b")
depends_on("py-setuptools", type="build")
@ -22,4 +23,6 @@ class PyPymatreader(PythonPackage):
depends_on("py-scipy@:1.6,1.7.1:", type=("build", "run"))
depends_on("py-numpy", type=("build", "run"))
depends_on("py-xmltodict", type=("build", "run"))
depends_on("py-future", type=("build", "run"))
# Historical dependencies
depends_on("py-future", type=("build", "run"), when="@:0.0.30")