bbye98 / mdcraft

A Python assistant for performing and analyzing molecular dynamics simulations of soft matter systems
https://mdcraft.readthedocs.io/
GNU General Public License v3.0
11 stars 1 forks source link

CI tests failing #3

Closed srmnitc closed 3 months ago

srmnitc commented 3 months ago

This is part of the JOSS review at https://github.com/openjournals/joss-reviews/issues/7013

Tests seem to be failing with ModuleNotFoundError: No module named 'dynasor'

bbye98 commented 3 months ago

Turns out dynasor==2.0.0 requires importlib-metadata<5, but the newest sphinx==7.4.6 requires importlib-metadata>=6. Fixed this issue by forcing dynasor>=2 in the requirements.txt and environment.yml files.