-
Notifications
You must be signed in to change notification settings - Fork 96
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
Fix AbinitTimerParseError
import
#267
Conversation
@gmatteo I noticed that the Line 158 in f1bb3ec
which allowed me to install it in my AiiDA common workflows environment, but according to the PS: Just noticed the linting issues, will take care of that asap. |
Ah, it seems that this isn't only due to my changes. ^^ |
Hi @mbercx |
We can see the list of packages that restrict the
We can see that it's Is it possible to leave the |
Ok, I'm gonna merge this PR. Let me know if my develop branch passes your CI tests as I'm already seeing new incompatibilities with pymatgen develop due to pydantic |
Ok, I release version 0.9.6 then |
Fixes #262
In the following breaking change in
pymatgen
:materialsproject/pymatgen@5b88fc1
The
AbinitTimerParserError
class was renamed toAbinitTimerParseError
. Although the code has already been updated for this change, in some environments installingpymatgen>=2023.7.11
will lead to dependency conflicts. Here we adapt the import to be dependent on the installed version ofpymatgen
at runtime.