You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyh5md is used within the project. If we want to drop the bundled version we need it installed in the containers. If we do not want to drop our bundles version we can remove it here.
Ok, somehow it needs to get installed. ;)
I think the best way would be to not install python dependencies at all in the containers but rely on running pip3 install -r requirements.txt in espressopp CI. This would test if requirements.txt is up-to-date. :D
I don't think we need
pip3 install pyh5md
anymore, so should we drop it?The text was updated successfully, but these errors were encountered: