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

Remove upward pin of pymatgen and monty #616

Merged
merged 1 commit into from
Jan 9, 2023
Merged

Remove upward pin of pymatgen and monty #616

merged 1 commit into from
Jan 9, 2023

Conversation

janosh
Copy link
Member

@janosh janosh commented Jan 9, 2023

This PR is to unblock materialsproject/pymatgen#2798 which started failing CI due to emmet-core's pinning "pymatgen>=2021.3,<2023.0", "monty>=2021.3,<2023.0":

ERROR: Cannot install emmet-core==0.39.6, mp-api, pymatgen and pymatgen[dev,optional]==2023.1.9 because these package versions have conflicting dependencies.

The conflict is caused by:
    pymatgen[dev,optional] 2023.1.9 depends on pymatgen 2023.1.9 (from /home/runner/work/pymatgen/pymatgen)
    mp-api 0.27.3 depends on pymatgen>=2022.3.7
    emmet-core 0.39.6 depends on pymatgen<2023.0 and >=2021.3
    pymatgen[dev,optional] 2023.1.9 depends on pymatgen 2023.1.9 (from /home/runner/work/pymatgen/pymatgen)
    mp-api 0.27.3 depends on pymatgen>=2022.3.7
    emmet-core 0.39.5 depends on pymatgen<2023.0 and >=2021.3
    pymatgen[dev,optional] 2023.1.9 depends on pymatgen 2023.1.9 (from /home/runner/work/pymatgen/pymatgen)
    mp-api 0.27.3 depends on pymatgen>=2022.3.7
    emmet-core 0.39.4 depends on pymatgen<2023.0 and >=2021.3
    pymatgen[dev,optional] 2023.1.9 depends on pymatgen 2023.1.9 (from /home/runner/work/pymatgen/pymatgen)

@munrojm munrojm added the release:patch Patch updates label Jan 9, 2023
@munrojm munrojm merged commit d285cb2 into materialsproject:main Jan 9, 2023
@janosh janosh changed the title Remove upward dep pin of pymatgen and monty Remove upward pin of pymatgen and monty Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:patch Patch updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants