Skip to content

Commit 160e200

Browse files
committed
Update to latest releases
1 parent fb8aa24 commit 160e200

8 files changed

+17
-17
lines changed

apriltag-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
robotpy-apriltag==2024.1.1.1
1+
robotpy-apriltag==2024.2.1.1
22

33
# for other platforms there are a lot of ways to install numpy/OpenCV
44
# and we shouldn't dictate it

cscore-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
robotpy-cscore==2024.1.1.1
1+
robotpy-cscore==2024.2.1.1
22

33
# basic CameraServer works without NumPy/OpenCV installed, so only require
44
# them on a RoboRIO -- for other platforms there are a lot of ways to

phoenix5-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
robotpy-ctre<2025.0.0,>=2024.1.0; python_version >= '3.9' and platform_machine != "armv7l" and platform_machine != "aarch64"
1+
robotpy-ctre<2025.0.0,>=2024.1.1; python_version >= '3.9' and platform_machine != "armv7l" and platform_machine != "aarch64"
22

33
# error-robotpy-ctre-not-available-yet

playingwithfusion-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#robotpy-playingwithfusion<2024.0.0,>=2023.0.0
2-
error-playingwithfusion-not-available-yet
1+
robotpy-playingwithfusion<2025.0.0,>=2024.0.0
2+
# error-playingwithfusion-not-available-yet

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55
# We now pin allwpilib based packages so that a specific install of robotpy-meta
66
# is directly associated with a specific set of wpilib packages
7-
robotpy-wpiutil==2024.1.1.1
8-
robotpy-wpinet==2024.1.1.1
9-
robotpy-wpimath==2024.1.1.1
10-
pyntcore==2024.1.1.1
11-
robotpy-hal==2024.1.1.1
12-
wpilib==2024.1.1.1
7+
robotpy-wpiutil==2024.2.1.1
8+
robotpy-wpinet==2024.2.1.1
9+
robotpy-wpimath==2024.2.1.1
10+
pyntcore==2024.2.1.1
11+
robotpy-hal==2024.2.1.1
12+
wpilib==2024.2.1.1
1313

14-
robotpy-halsim-gui==2024.1.1.1; platform_machine != "roborio" and platform_machine != "armv7l" and platform_machine != "aarch64"
14+
robotpy-halsim-gui==2024.2.1.1; platform_machine != "roborio" and platform_machine != "armv7l" and platform_machine != "aarch64"
1515

1616
# These are not pinned
1717
robotpy-wpilib-utilities<2025,>=2024.0.0
18-
robotpy-installer<2025,>=2024.1.0; platform_machine != "roborio" and platform_machine != "armv7l" and platform_machine != "aarch64"
18+
robotpy-installer<2025,>=2024.1.3; platform_machine != "roborio" and platform_machine != "armv7l" and platform_machine != "aarch64"
1919
pyfrc<2025,>=2024.0.0; platform_machine != "roborio" and platform_machine != "armv7l" and platform_machine != "aarch64"
2020

2121
robotpy-cli<2025,>=2024.0.0

romi-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
robotpy-romi==2024.1.1.1; platform_machine != "roborio"
1+
robotpy-romi==2024.2.1.1; platform_machine != "roborio"

sim-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
robotpy-halsim-ds-socket==2024.1.1.1; platform_machine != "roborio"
2-
robotpy-halsim-ws==2024.1.1.1; platform_machine != "roborio"
1+
robotpy-halsim-ds-socket==2024.2.1.1; platform_machine != "roborio"
2+
robotpy-halsim-ws==2024.2.1.1; platform_machine != "roborio"

xrp-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
robotpy-xrp==2024.1.1.1; platform_machine != "roborio"
1+
robotpy-xrp==2024.2.1.1; platform_machine != "roborio"

0 commit comments

Comments
 (0)