mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-01 02:41:42 +00:00
Remove strict WPILib version requirement (#2307)
This commit is contained in:
@@ -58,11 +58,11 @@ setup(
|
||||
version=versionString,
|
||||
install_requires=[
|
||||
"numpy~=2.3",
|
||||
"wpilib==2026.2.1",
|
||||
"robotpy-wpimath==2026.2.1",
|
||||
"robotpy-apriltag==2026.2.1",
|
||||
"robotpy-cscore==2026.2.1",
|
||||
"pyntcore==2026.2.1",
|
||||
"wpilib>=2026.2.1,<2027",
|
||||
"robotpy-wpimath>=2026.2.1,<2027",
|
||||
"robotpy-apriltag>=2026.2.1,<2027",
|
||||
"robotpy-cscore>=2026.2.1,<2027",
|
||||
"pyntcore>=2026.2.1,<2027",
|
||||
"opencv-python;platform_machine!='roborio'",
|
||||
],
|
||||
description=descriptionStr,
|
||||
|
||||
Reference in New Issue
Block a user