marrink-lab / vermouth-martinize

Describe and apply transformation on molecular structures and topologies
Apache License 2.0
84 stars 37 forks source link

Building Docs Fails #540

Closed fgrunewald closed 9 months ago

fgrunewald commented 10 months ago

Apparently the docs building fails because in py 3.10 quotient_grpah is not found. See latest actions run. @pckroon any ideas why? As far as I can the latest version still has the quotient_graph. ...

pckroon commented 10 months ago

Nothing obvious.

Collecting networkx~=2.0 (from vermouth==0.9.4)
  Downloading networkx-2.8.8-py3-none-any.whl (2.0 MB)

Is there a reason we're using networkx 2.x rather than latest? (3.1)

fgrunewald commented 10 months ago

@pckroon good to know! I'll bump the version requirement and investigate

fgrunewald commented 10 months ago

for some reason that I really grow to hate building docs still fails in the deploy stage

pckroon commented 10 months ago

0.9.4 does not contain the change from #542

fgrunewald commented 9 months ago

@pckroon can you mint a new release to see if this is resolved?

pckroon commented 9 months ago

Works!