pyiron/pyiron_atomistics

Atomistics is causing downstream errors in contrib.

liamhuber opened this issue · 3 comments

Summary

Just on mobile now so can't give too much detail, but the daily run for contrib just failed in a few places where it access contrib with a stack trace ending in ModuleNotFoundError: No module named 'pydantic_settings'

My first guess is that the dependencies here got a bad update.

pyiron Version and Platform

Daily CI over on contrib

The next thing up the stack trace is mp_api, so I am suspicious of side effects from #1145

Indeed, the trouble in contrib is just from pyiron_atomistics.atomistics.structure.factory import StructureFactory. However, we've got an out-of-date version of pyiron_atomistics, so I'm hoping just merging the dependabot PR so our version is up-to-date will resolve things...

This was because of issues with pympipool and ultimately mp-api, where conda feedstock versions were not up-to-date with the requirements here. This should be resolved now that #1177 is merged and a new release here has been made.