NAMD / pypelinin

Python library to distribute jobs and pipelines among a cluster
3 stars 5 forks source link

Remove pygraph dependency #42

Closed turicas closed 11 years ago

turicas commented 11 years ago

Currently we use pygraph for:

But it depends on some big packages, like pyparsing, and the new version of it (pyparsing) has some bugs when installing through pip.

Probably we can implement by hand the features of pydot so the whole pypelinin package (with all its dependencies) will be lighter.