benedekrozemberczki / graph2vec

A parallel implementation of "graph2vec: Learning Distributed Representations of Graphs" (MLGWorkshop 2017).
https://karateclub.readthedocs.io/
GNU General Public License v3.0
901 stars 169 forks source link

collect dependencies in requirements.txt for easy installation with pip #7

Closed juliangaal closed 5 years ago

juliangaal commented 5 years ago

Having all dependencies (except logging, it's in stdlib) in one file allows very easy installation with

pip3 install -r requirements.txt