bhargavchippada / forceatlas2

Fastest Gephi's ForceAtlas2 graph layout algorithm implemented for Python and NetworkX
GNU General Public License v3.0
286 stars 80 forks source link

Fixed setup file #37

Open cvanelteren opened 2 years ago

cvanelteren commented 2 years ago

The repo was not exposing the cython files correctly. The headers (pxd) exposing the functions were not installed in site-packages. This fixes that issue and runs now on python 3.10.

afrendeiro commented 1 year ago

Also fixes install issue in Python 3.11. Thanks a lot!