Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 2024 beta 3 #14

Merged
merged 1 commit into from
Nov 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apriltag-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
robotpy-apriltag==2024.0.0b2.post1
robotpy-apriltag==2024.0.0b3.post1

# for other platforms there are a lot of ways to install numpy/OpenCV
# and we shouldn't dictate it
Expand Down
2 changes: 1 addition & 1 deletion commands2-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#robotpy-commands-v2==2023.4.3.0
robotpy-commands-v2==2024.0.0b3
2 changes: 1 addition & 1 deletion cscore-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
robotpy-cscore==2024.0.0b2.post1
robotpy-cscore==2024.0.0b3.post1

# basic CameraServer works without NumPy/OpenCV installed, so only require
# them on a RoboRIO -- for other platforms there are a lot of ways to
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

# We now pin allwpilib based packages so that a specific install of robotpy-meta
# is directly associated with a specific set of wpilib packages
robotpy-wpiutil==2024.0.0b2.post1
robotpy-wpimath==2024.0.0b2.post1
pyntcore==2024.0.0b2.post1
robotpy-hal==2024.0.0b2.post1
wpilib==2024.0.0b2.post1
robotpy-wpiutil==2024.0.0b3.post1
robotpy-wpimath==2024.0.0b3.post1
pyntcore==2024.0.0b3.post1
robotpy-hal==2024.0.0b3.post1
wpilib==2024.0.0b3.post1

robotpy-halsim-gui==2024.0.0b2.post1; platform_machine != "roborio" and platform_machine != "armv7l" and platform_machine != "aarch64"
robotpy-halsim-gui==2024.0.0b3.post1; platform_machine != "roborio" and platform_machine != "armv7l" and platform_machine != "aarch64"

# These are not pinned
robotpy-wpilib-utilities<2025,>=2024.0.0b1
Expand Down
4 changes: 2 additions & 2 deletions sim-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
robotpy-halsim-ds-socket==2024.0.0b2.post1; platform_machine != "roborio"
robotpy-halsim-ws==2024.0.0b2.post1; platform_machine != "roborio"
robotpy-halsim-ds-socket==2024.0.0b3.post1; platform_machine != "roborio"
robotpy-halsim-ws==2024.0.0b3.post1; platform_machine != "roborio"