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

Set python version stricter limit #222

Merged
merged 3 commits into from
Feb 7, 2024
Merged

Set python version stricter limit #222

merged 3 commits into from
Feb 7, 2024

Conversation

naik-aakash
Copy link
Collaborator

Closes #221

@naik-aakash naik-aakash changed the title Update pyproject.toml Set python verision stricter limit Feb 7, 2024
@@ -1605,7 +1605,7 @@ def get_lobster_calc_quality_summary(

dos_lobster = doscar_lobster.completedos

vasprun = Vasprun(path_to_vasprun)
vasprun = Vasprun(path_to_vasprun, parse_potcar_file=False)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works with the latest pymatgen version, right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this change was necessary coz of latest pymatgen

@JaGeo
Copy link
Owner

JaGeo commented Feb 7, 2024

Can I merge?

@naik-aakash
Copy link
Collaborator Author

Hi @JaGeo , I think this should fix it. We need to make another release though

@naik-aakash naik-aakash changed the title Set python verision stricter limit Set python version stricter limit Feb 7, 2024
@naik-aakash
Copy link
Collaborator Author

Can I merge?

Yes 😄

@JaGeo JaGeo merged commit 1af077d into main Feb 7, 2024
23 checks passed
@JaGeo
Copy link
Owner

JaGeo commented Feb 7, 2024

Hi @JaGeo , I think this should fix it. We need to make another release though

We will make the release after the review or is the pymatgen issue critical?

@naik-aakash
Copy link
Collaborator Author

Hi @JaGeo , I think this should fix it. We need to make another release though

We will make the release after the review or is the pymatgen issue critical?

Its critical for calc quality summary feature only. Maybe better to release it now.

@naik-aakash naik-aakash deleted the version_limit branch February 21, 2024 09:51
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.

pip installation fails
2 participants