mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-30 02:31:40 +00:00
Bump python projects to 2025.2.1 (#1705)
Blocked on robotpy release --------- Signed-off-by: Jade Turner <spacey-sooty@proton.me> Co-authored-by: Matt Morley <matthew.morley.ca@gmail.com>
This commit is contained in:
@@ -59,11 +59,11 @@ setup(
|
||||
version=versionString,
|
||||
install_requires=[
|
||||
"numpy~=2.1",
|
||||
"wpilib<2026,>=2025.0.0b1",
|
||||
"robotpy-wpimath<2026,>=2025.0.0b1",
|
||||
"robotpy-apriltag<2026,>=2025.0.0b1",
|
||||
"robotpy-cscore<2026,>=2025.0.0b1",
|
||||
"pyntcore<2026,>=2025.0.0b1",
|
||||
"wpilib<2026,>=2025.2.1",
|
||||
"robotpy-wpimath<2026,>=2025.2.1",
|
||||
"robotpy-apriltag<2026,>=2025.2.1",
|
||||
"robotpy-cscore<2026,>=2025.2.1",
|
||||
"pyntcore<2026,>=2025.2.1",
|
||||
"opencv-python;platform_machine!='roborio'",
|
||||
],
|
||||
description=descriptionStr,
|
||||
|
||||
Reference in New Issue
Block a user