mordred-descriptor / mordred

a molecular descriptor calculator
http://mordred-descriptor.github.io/documentation/master/
BSD 3-Clause "New" or "Revised" License
355 stars 95 forks source link

specify networkx to use version 2.1.0 in setup.py #86

Closed ademidun closed 4 years ago

ademidun commented 4 years ago

mordred installs the newest version of networkx(2.4.0, as for today). But biconnected_component_subgraphs is already depricated in networkx (>2.1.0).

closes #84

Issue #84

ademidun commented 4 years ago

Any ideas why my build is failing in Travis for job 317549862?

ademidun commented 4 years ago

Closed by #87