prochitecture / blosm

GNU General Public License v3.0
11 stars 3 forks source link

How to prepare the networkx library for Blosm #78

Open vvoovv opened 11 months ago

vvoovv commented 11 months ago

Taken from https://github.com/prochitecture/blosm/issues/72#issuecomment-1860800619


The version of _blosmnetworkx in the lib folder of the blosm addon is based on the latest release 3.2.1 of NetworkX downloaded from its GitHub repository on 12/16/2023. Only the code in its folder networkx is used.

Blender does not support the scipy and pandas packages, which are part of the NetworkX requirements. Therefore, we have reduced our version (_blosmnetworkx) by removing all files in it, that use functions from these packages or derivatives of methods that use them.

In detail, we did: