Skip to content

Commit 37954ba

Browse files
committed
Updated dependencies
- pyntcore == 2023.4.3.0 - robotpy-apriltag == 2023.4.3.0 - robotpy-commands-v2 == 2023.4.3.0 - robotpy-cscore == 2023.4.3.0 - robotpy-hal == 2023.4.3.0 - robotpy-halsim-ds-socket == 2023.4.3.0 - robotpy-halsim-gui == 2023.4.3.0 - robotpy-halsim-ws == 2023.4.3.0 - robotpy-wpimath == 2023.4.3.0 - robotpy-wpiutil == 2023.4.3.0 - wpilib == 2023.4.3.0
1 parent b65a42e commit 37954ba

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
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==2023.4.2.0
1+
robotpy-apriltag==2023.4.3.0
22

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

commands2-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
robotpy-commands-v2==2023.4.2.0
1+
robotpy-commands-v2==2023.4.3.0

cscore-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
robotpy-cscore==2023.4.2.0
1+
robotpy-cscore==2023.4.3.0
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

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
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==2023.4.2.0
8-
robotpy-wpimath==2023.4.2.2
9-
pyntcore==2023.4.2.0
10-
robotpy-hal==2023.4.2.0
11-
wpilib==2023.4.2.0
7+
robotpy-wpiutil==2023.4.3.0
8+
robotpy-wpimath==2023.4.3.0
9+
pyntcore==2023.4.3.0
10+
robotpy-hal==2023.4.3.0
11+
wpilib==2023.4.3.0
1212

13-
robotpy-halsim-gui==2023.4.2.0; platform_machine != "armv7l"
13+
robotpy-halsim-gui==2023.4.3.0; platform_machine != "armv7l"
1414

1515
# These are not pinned
1616
robotpy-wpilib-utilities<2024,>=2023.0.0

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==2023.4.2.0; platform_machine != "armv7l"
2-
robotpy-halsim-ws==2023.4.2.0; platform_machine != "armv7l"
1+
robotpy-halsim-ds-socket==2023.4.3.0; platform_machine != "armv7l"
2+
robotpy-halsim-ws==2023.4.3.0; platform_machine != "armv7l"

0 commit comments

Comments
 (0)