From 6c560556e49724e1d9ee8190f198b7f11210b6e7 Mon Sep 17 00:00:00 2001 From: David Vo Date: Mon, 30 Dec 2024 19:42:41 +1100 Subject: [PATCH] wpimath: Add numpy dependency --- subprojects/robotpy-wpimath/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/subprojects/robotpy-wpimath/pyproject.toml b/subprojects/robotpy-wpimath/pyproject.toml index db911e464..027b35ff0 100644 --- a/subprojects/robotpy-wpimath/pyproject.toml +++ b/subprojects/robotpy-wpimath/pyproject.toml @@ -6,6 +6,7 @@ license = "BSD-3-Clause" name = "robotpy-wpimath" url = "https://github.com/robotpy/robotpy-wpimath" install_requires = [ + "numpy", "robotpy-wpiutil==THIS_VERSION", ]