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 | |
James Kuszmaul | 910f92b | 2020-01-01 15:30:38 -0800 | [diff] [blame] | 3 | build_matplotlib("3", "3.5") |
Brian Silverman | 6470f44 | 2018-08-05 12:08:16 -0700 | [diff] [blame] | 4 | |
James Kuszmaul | 910f92b | 2020-01-01 15:30:38 -0800 | [diff] [blame] | 5 | build_matplotlib( |
6 | "2.7", | ||||
7 | copy_shared_files = False, | ||||
Brian Silverman | 6470f44 | 2018-08-05 12:08:16 -0700 | [diff] [blame] | 8 | ) |