blob: af2c4b76ef0e508d2ef807b6fb53680cb1583b62 [file] [log] [blame]
James Kuszmaul910f92b2020-01-01 15:30:38 -08001load("@//debian:matplotlib.bzl", "build_matplotlib")
Brian Silverman6470f442018-08-05 12:08:16 -07002
James Kuszmaul910f92b2020-01-01 15:30:38 -08003build_matplotlib("3", "3.5")
Brian Silverman6470f442018-08-05 12:08:16 -07004
James Kuszmaul910f92b2020-01-01 15:30:38 -08005build_matplotlib(
6 "2.7",
7 copy_shared_files = False,
Brian Silverman6470f442018-08-05 12:08:16 -07008)