Thinklab-SJTU / pygmtools

A Python Graph Matching Toolkit.
https://pygmtools.readthedocs.io/
Other
275 stars 19 forks source link

Cython dependency #81

Open bkmgit opened 9 months ago

bkmgit commented 9 months ago

Should cython be listed as an extra dependency if torch is used? It is needed in astar to compile priority_queue.hpp

rogerwwww commented 9 months ago

Hi Benson,

I think it should be fine without cython - we distribute compiled astar library with Pypi and the users do not need cython when calling the astar function.