py-pymatgen: add forward compat bound for cython (#43511)

This commit is contained in:
Harmen Stoppels 2024-04-08 11:26:09 +02:00 committed by GitHub
parent 125dd0368e
commit 4179880fe6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,3 +52,8 @@ class PyPymatgen(PythonPackage):
depends_on("py-uncertainties@3.1.4:", when="@2021.1.1:", type=("build", "run")) depends_on("py-uncertainties@3.1.4:", when="@2021.1.1:", type=("build", "run"))
depends_on("py-pybtex", when="@2022.1.9:", type=("build", "run")) depends_on("py-pybtex", when="@2022.1.9:", type=("build", "run"))
depends_on("py-tqdm", when="@2022.1.9:", type=("build", "run")) depends_on("py-tqdm", when="@2022.1.9:", type=("build", "run"))
# <<< manual changes
# https://github.com/materialsproject/pymatgen/commit/29b5b909e109cb04d4b118d0de5b3929819b9378
depends_on("py-cython@:2", when="@:2023.7.16", type="build")
# manual changes >>>