Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

303 add pyGPlates dependency for pip, and require min 1.0.0rc1 (for both pip and conda) #304

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jcannon-gplates
Copy link
Contributor

Closes #303

Later (Jan 2025) we can update to pygplates 1.0.0.
Added 'rc' channel since 1.0.0rc1 not in main conda-forge channel.
Later (Jan 2025) we can update to 1.0.0.
Meta.yaml mostly used for conda-forge which currently supports 3.9+,
and pins the Python versions itself.
See #303 for discussion. Essentially conda-forge dropped 3.8 and
the gplately tests first install deps using conda which means the latest
pyGPlates (1.0.0rc1) cannot be installed. So we'll drop 3.8 for conda.
But pyGPlates 1.0.0rc1 still supports 3.8 on PyPI, so GPlately can too.
Eg, otherwise 'pip install .' will install 'build' dir into
site-packages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add pyGPlates dependency for pip, and require min 1.0.0rc1 (for both pip and conda)
1 participant