blob: e7e9b6fb479db9ecabc4c08d00a84ef63915efcf [file] [log] [blame]
James Kuszmaul910f92b2020-01-01 15:30:38 -08001load("@//debian:matplotlib.bzl", "build_matplotlib")
Brian Silverman6470f442018-08-05 12:08:16 -07002
Austin Schuhc4a833d2020-07-03 18:14:58 -07003build_matplotlib("3", tkinter_py_version="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)