From 463164a029f0cd0743ed68ceeb2f5f48b6546e57 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Mon, 2 Mar 2020 13:34:39 -0700 Subject: [PATCH] move matplotlib to [dev-packages] in pipfile --- Software/python/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/python/Pipfile b/Software/python/Pipfile index 9c4e9c2..12ca0bd 100644 --- a/Software/python/Pipfile +++ b/Software/python/Pipfile @@ -6,10 +6,10 @@ verify_ssl = true [dev-packages] pylint = "*" ipykernel = "*" +matplotlib = "*" [packages] numpy = "*" -matplotlib = "*" scipy = "*" adafruit-circuitpython-servokit = "*" adafruit-circuitpython-ads1x15 = "*"