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", | ||||
Austin Schuh | cd1f725 | 2021-09-24 21:11:43 -0700 | [diff] [blame] | 5 | tkinter_py_version = "3.7", |
Brian Silverman | 6470f44 | 2018-08-05 12:08:16 -0700 | [diff] [blame] | 6 | ) |