blob: 881521cd5193888d8a804ca1cfa40d73d583ab76 [file] [log] [blame]
James Kuszmaul910f92b2020-01-01 15:30:38 -08001load("@//debian:matplotlib.bzl", "build_matplotlib")
Brian Silverman6470f442018-08-05 12:08:16 -07002
Brian Silverman4d6207a2020-09-18 15:26:52 -07003build_matplotlib(
4 "3",
5 tkinter_py_version = "3.5",
6)
Brian Silverman6470f442018-08-05 12:08:16 -07007
James Kuszmaul910f92b2020-01-01 15:30:38 -08008build_matplotlib(
9 "2.7",
10 copy_shared_files = False,
Brian Silverman6470f442018-08-05 12:08:16 -070011)