mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Loosely pin numpy to 2.3 (#2303)
This commit is contained in:
@@ -57,7 +57,7 @@ setup(
|
||||
package_data={"photonlibpy": ["py.typed"]},
|
||||
version=versionString,
|
||||
install_requires=[
|
||||
"numpy~=2.4",
|
||||
"numpy~=2.3",
|
||||
"wpilib==2026.1.1",
|
||||
"robotpy-wpimath==2026.1.1",
|
||||
"robotpy-apriltag==2026.1.1",
|
||||
|
||||
Reference in New Issue
Block a user