Skip to content

Commit 6c56055

Browse files
authored
wpimath: Add numpy dependency
1 parent f48796a commit 6c56055

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subprojects/robotpy-wpimath/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license = "BSD-3-Clause"
66
name = "robotpy-wpimath"
77
url = "https://github.com/robotpy/robotpy-wpimath"
88
install_requires = [
9+
"numpy",
910
"robotpy-wpiutil==THIS_VERSION",
1011
]
1112

0 commit comments

Comments
 (0)