Skip to content

Commit

Permalink
Update to beta 4
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Dec 19, 2023
1 parent e2c4e47 commit 3aa950e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
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.0b3.post2
robotpy-apriltag==2024.0.0b4

# 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 cscore-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
robotpy-cscore==2024.0.0b3.post2
robotpy-cscore==2024.0.0b4

# 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
13 changes: 7 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@

# 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.0b3.post2
robotpy-wpimath==2024.0.0b3.post2
pyntcore==2024.0.0b3.post2
robotpy-hal==2024.0.0b3.post2
wpilib==2024.0.0b3.post2
robotpy-wpiutil==2024.0.0b4
robotpy-wpinet==2024.0.0b4
robotpy-wpimath==2024.0.0b4
pyntcore==2024.0.0b4
robotpy-hal==2024.0.0b4
wpilib==2024.0.0b4

robotpy-halsim-gui==2024.0.0b3.post2; platform_machine != "roborio" and platform_machine != "armv7l" and platform_machine != "aarch64"
robotpy-halsim-gui==2024.0.0b4; 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.0b3.post2; platform_machine != "roborio"
robotpy-halsim-ws==2024.0.0b3.post2; platform_machine != "roborio"
robotpy-halsim-ds-socket==2024.0.0b4; platform_machine != "roborio"
robotpy-halsim-ws==2024.0.0b4; platform_machine != "roborio"

0 comments on commit 3aa950e

Please sign in to comment.