mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-29 02:21:41 +00:00
chore: bump wpilib to 2025.3.2 and fix mypy errors (#1819)
This commit is contained in:
@@ -61,11 +61,11 @@ setup(
|
||||
version=versionString,
|
||||
install_requires=[
|
||||
"numpy~=2.1",
|
||||
"wpilib<2026,>=2025.3.1",
|
||||
"robotpy-wpimath<2026,>=2025.3.1",
|
||||
"robotpy-apriltag<2026,>=2025.3.1",
|
||||
"robotpy-cscore<2026,>=2025.3.1",
|
||||
"pyntcore<2026,>=2025.3.1",
|
||||
"wpilib<2026,>=2025.3.2",
|
||||
"robotpy-wpimath<2026,>=2025.3.2",
|
||||
"robotpy-apriltag<2026,>=2025.3.2",
|
||||
"robotpy-cscore<2026,>=2025.3.2",
|
||||
"pyntcore<2026,>=2025.3.2",
|
||||
"opencv-python;platform_machine!='roborio'",
|
||||
],
|
||||
description=descriptionStr,
|
||||
|
||||
Reference in New Issue
Block a user