importing/installing graphtool without GTK

Hello there,
I have issues with installing GTK3 on a machine but I would like to use graph-tool without any plot support, I only need to fit very large models.
I wonder if it is (or if it will be) possible to import graph_tool in a "light" way, without plotting support.
Thanks

d

It's perfectly possible. GTK is an optional run-time dependency. It does
not have to be present during compilation, and if it's not available at
run time, the graph-tool import will still succeed, with only a warning
that graph_draw() will not work.