py-griddataformats: add v1.0.2 (#44475)

* update

* Apply suggestions from code review

Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>

---------

Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
This commit is contained in:
Rocco Meli 2024-06-01 17:52:17 +02:00 committed by GitHub
parent a4c3fc138c
commit 66924c85a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,10 +19,13 @@ class PyGriddataformats(PythonPackage):
license("LGPL-3.0-only")
version("1.0.2", sha256="b93cf7f36fce33dbc428026f26dba560d5c7ba2387caca495bad920f90094502")
version("1.0.1", sha256="ad2c9ab7d672a6d8c426de7d083eee4f3e2b0bd59391675d30683c768ab83cc4")
depends_on("py-setuptools", type="build")
depends_on("python@3.8:", type=("build", "run"))
depends_on("py-numpy@1.19:", type=("build", "run"))
depends_on("python@3.8:3.11", when="@1.0.1", type=("build", "run"))
depends_on("python@3.9:3.12", when="@1.0.2:", type=("build", "run"))
depends_on("py-numpy@1.19:", when="@1.0.1", type=("build", "run"))
depends_on("py-numpy@1.21:", when="@1.0.2:", type=("build", "run"))
depends_on("py-scipy", type=("build", "run"))
depends_on("py-mrcfile", type=("build", "run"))