Open diogomart opened 3 months ago
Thanks. How do we stop that? @simonbray
Ideally it should be pinned to < 3.11 as some things may only work up to 3.10
Thanks. How do we stop that? @simonbray
Would we just change https://github.com/conda-forge/prody-feedstock/blob/dde48dbb898f96d74797cac834de23cda5032df5/recipe/meta.yaml#L24?
We've also noticed errors arising from pyparsing > 3.0 https://github.com/forlilab/Meeko/issues/108
We've also noticed errors arising from pyparsing > 3.0 forlilab/Meeko#108
Now we have this inside prody’s pyproject.toml and setup.py requires = ["setuptools", "wheel", "numpy>=1.10,<1.25", "pyparsing<=3.1.1", "scipy<=1.13.1"]
That’s the pyproject.toml one. In setup.py, we have something similar that includes biopython
It looks like I can't pin the python version but hopefully it just gets pinned automatically by pinning the numpy version
oh, actually, I've got it
@jamesmkrieger thank you!
You're welcome. Please let me know if there are any problems.
Actually, this fix isn't good enough because we don't get a v2.4.1 for OS X
Comment:
Prody doesn't build on 3.12, but the conda-forge recipe doesn't know about it and tries to build on 3.12, causing trouble for downstream packages.