diff --git a/rdev.toml b/rdev.toml index 09f55674..ca107ba5 100644 --- a/rdev.toml +++ b/rdev.toml @@ -13,7 +13,7 @@ exclude_artifacts = [ "opencv-cpp" ] -robotpy_build_req = "<2025.0.0,~=2024.0.0" +robotpy_build_req = "<2025.0.0,~=2024.0.2" # # Subproject configuration diff --git a/subprojects/pyntcore/pyproject.toml b/subprojects/pyntcore/pyproject.toml index 9158144a..b4fbe6c0 100644 --- a/subprojects/pyntcore/pyproject.toml +++ b/subprojects/pyntcore/pyproject.toml @@ -12,7 +12,7 @@ install_requires = [ [build-system] requires = [ - "robotpy-build<2025.0.0,~=2024.0.0", + "robotpy-build<2025.0.0,~=2024.0.2", "robotpy-wpiutil~=2024.3.1", "robotpy-wpinet~=2024.3.1", ] diff --git a/subprojects/robotpy-apriltag/pyproject.toml b/subprojects/robotpy-apriltag/pyproject.toml index b167064c..0e592e26 100644 --- a/subprojects/robotpy-apriltag/pyproject.toml +++ b/subprojects/robotpy-apriltag/pyproject.toml @@ -12,7 +12,7 @@ install_requires = [ [build-system] requires = [ - "robotpy-build<2025.0.0,~=2024.0.0", + "robotpy-build<2025.0.0,~=2024.0.2", "robotpy-wpiutil~=2024.3.1", "robotpy-wpimath~=2024.3.1", ] diff --git a/subprojects/robotpy-cscore/pyproject.toml b/subprojects/robotpy-cscore/pyproject.toml index 46a4c0f6..ed98bf7a 100644 --- a/subprojects/robotpy-cscore/pyproject.toml +++ b/subprojects/robotpy-cscore/pyproject.toml @@ -13,7 +13,7 @@ install_requires = [ [build-system] requires = [ - "robotpy-build<2025.0.0,~=2024.0.0", + "robotpy-build<2025.0.0,~=2024.0.2", "robotpy-wpiutil~=2024.3.1", "robotpy-wpinet~=2024.3.1", "pyntcore~=2024.3.1", diff --git a/subprojects/robotpy-hal/pyproject.toml b/subprojects/robotpy-hal/pyproject.toml index 34b5c3db..216b7163 100644 --- a/subprojects/robotpy-hal/pyproject.toml +++ b/subprojects/robotpy-hal/pyproject.toml @@ -11,7 +11,7 @@ install_requires = [ [build-system] requires = [ - "robotpy-build<2025.0.0,~=2024.0.0", + "robotpy-build<2025.0.0,~=2024.0.2", "robotpy-wpiutil~=2024.3.1", ] diff --git a/subprojects/robotpy-halsim-ds-socket/pyproject.toml b/subprojects/robotpy-halsim-ds-socket/pyproject.toml index 18ecd51a..df34e9cf 100644 --- a/subprojects/robotpy-halsim-ds-socket/pyproject.toml +++ b/subprojects/robotpy-halsim-ds-socket/pyproject.toml @@ -15,7 +15,7 @@ robotpysimext = ["ds-socket = halsim_ds_socket"] [build-system] requires = [ - "robotpy-build<2025.0.0,~=2024.0.0", + "robotpy-build<2025.0.0,~=2024.0.2", "robotpy-hal~=2024.3.1", "robotpy-wpinet~=2024.3.1", ] diff --git a/subprojects/robotpy-halsim-gui/pyproject.toml b/subprojects/robotpy-halsim-gui/pyproject.toml index 171cecd2..8cf98a76 100644 --- a/subprojects/robotpy-halsim-gui/pyproject.toml +++ b/subprojects/robotpy-halsim-gui/pyproject.toml @@ -14,7 +14,7 @@ install_requires = [ [build-system] requires = [ - "robotpy-build<2025.0.0,~=2024.0.0", + "robotpy-build<2025.0.0,~=2024.0.2", "robotpy-wpiutil~=2024.3.1", "robotpy-wpimath~=2024.3.1", "robotpy-hal~=2024.3.1", diff --git a/subprojects/robotpy-halsim-ws/pyproject.toml b/subprojects/robotpy-halsim-ws/pyproject.toml index 52ad1603..c3668482 100644 --- a/subprojects/robotpy-halsim-ws/pyproject.toml +++ b/subprojects/robotpy-halsim-ws/pyproject.toml @@ -19,7 +19,7 @@ robotpysimext = [ [build-system] requires = [ - "robotpy-build<2025.0.0,~=2024.0.0", + "robotpy-build<2025.0.0,~=2024.0.2", "robotpy-hal~=2024.3.1", "robotpy-wpinet~=2024.3.1", ] diff --git a/subprojects/robotpy-romi/pyproject.toml b/subprojects/robotpy-romi/pyproject.toml index fcf9cd64..170a0ab6 100644 --- a/subprojects/robotpy-romi/pyproject.toml +++ b/subprojects/robotpy-romi/pyproject.toml @@ -11,7 +11,7 @@ install_requires = [ [build-system] requires = [ - "robotpy-build<2025.0.0,~=2024.0.0", + "robotpy-build<2025.0.0,~=2024.0.2", "wpilib~=2024.3.1" ] diff --git a/subprojects/robotpy-wpilib/pyproject.toml b/subprojects/robotpy-wpilib/pyproject.toml index b61ccf42..bc2da7be 100644 --- a/subprojects/robotpy-wpilib/pyproject.toml +++ b/subprojects/robotpy-wpilib/pyproject.toml @@ -18,7 +18,7 @@ robotpy = ["run = wpilib._impl.start:Main"] [build-system] requires = [ - "robotpy-build<2025.0.0,~=2024.0.0", + "robotpy-build<2025.0.0,~=2024.0.2", "robotpy-wpiutil~=2024.3.1", "robotpy-wpimath~=2024.3.1", "robotpy-hal~=2024.3.1", diff --git a/subprojects/robotpy-wpimath/pyproject.toml b/subprojects/robotpy-wpimath/pyproject.toml index 80ce1121..207d36ee 100644 --- a/subprojects/robotpy-wpimath/pyproject.toml +++ b/subprojects/robotpy-wpimath/pyproject.toml @@ -11,7 +11,7 @@ install_requires = [ [build-system] requires = [ - "robotpy-build<2025.0.0,~=2024.0.0", + "robotpy-build<2025.0.0,~=2024.0.2", "robotpy-wpiutil~=2024.3.1", # "numpy", # broken in raspbian CI ] diff --git a/subprojects/robotpy-wpinet/pyproject.toml b/subprojects/robotpy-wpinet/pyproject.toml index 67465107..5ae52991 100644 --- a/subprojects/robotpy-wpinet/pyproject.toml +++ b/subprojects/robotpy-wpinet/pyproject.toml @@ -41,6 +41,6 @@ install_requires = [ [build-system] requires = [ - "robotpy-build<2025.0.0,~=2024.0.0", + "robotpy-build<2025.0.0,~=2024.0.2", "robotpy-wpiutil~=2024.3.1", ] diff --git a/subprojects/robotpy-wpiutil/pyproject.toml b/subprojects/robotpy-wpiutil/pyproject.toml index 8a66c837..db12f249 100644 --- a/subprojects/robotpy-wpiutil/pyproject.toml +++ b/subprojects/robotpy-wpiutil/pyproject.toml @@ -9,7 +9,7 @@ install_requires = [] [build-system] requires = [ - "robotpy-build<2025.0.0,~=2024.0.0", + "robotpy-build<2025.0.0,~=2024.0.2", ] [tool.robotpy-build] diff --git a/subprojects/robotpy-xrp/pyproject.toml b/subprojects/robotpy-xrp/pyproject.toml index 6e3fa329..117de8ec 100644 --- a/subprojects/robotpy-xrp/pyproject.toml +++ b/subprojects/robotpy-xrp/pyproject.toml @@ -16,7 +16,7 @@ robotpysimext = [ [build-system] requires = [ - "robotpy-build<2025.0.0,~=2024.0.0", + "robotpy-build<2025.0.0,~=2024.0.2", "wpilib~=2024.3.1" ]