Thinklab-SJTU / pygmtools

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

Cython dependency #81

Open bkmgit opened 1 year ago

bkmgit commented 1 year 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 1 year 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.