James Kuszmaul | 910f92b | 2020-01-01 15:30:38 -0800 | [diff] [blame] | 1 | load("@//debian:matplotlib.bzl", "build_matplotlib") |
Brian Silverman | 6470f44 | 2018-08-05 12:08:16 -0700 | [diff] [blame] | 2 | |
Brian Silverman | 4d6207a | 2020-09-18 15:26:52 -0700 | [diff] [blame] | 3 | build_matplotlib( |
4 | "3", | ||||
Brian Silverman | 4c7235a | 2021-11-17 19:04:37 -0800 | [diff] [blame] | 5 | tkinter_py_version = "3.9", |
Brian Silverman | 6470f44 | 2018-08-05 12:08:16 -0700 | [diff] [blame] | 6 | ) |