Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
- build-system.requires: robotpy-build<2025.0.0b1,~=2025.0.0a8
  • Loading branch information
auscompgeek committed Dec 31, 2024
1 parent 13f92b8 commit 0dd99d2
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion rdev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude_artifacts = [
"opencv-cpp"
]

robotpy_build_req = "<2025.0.0b1,~=2025.0.0a6"
robotpy_build_req = "<2025.0.0b1,~=2025.0.0a8"

#
# Subproject configuration
Expand Down
2 changes: 1 addition & 1 deletion subprojects/pyntcore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install_requires = [

[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
"robotpy-wpiutil~=2025.0.0b3",
"robotpy-wpinet~=2025.0.0b3",
]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-apriltag/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install_requires = [

[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
"robotpy-wpiutil~=2025.0.0b3",
"robotpy-wpimath~=2025.0.0b3",
]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-cscore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install_requires = [

[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
"robotpy-wpiutil~=2025.0.0b3",
"robotpy-wpinet~=2025.0.0b3",
"pyntcore~=2025.0.0b3",
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-hal/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install_requires = [

[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
"robotpy-wpiutil~=2025.0.0b3",
]

Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-halsim-ds-socket/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ robotpysimext = ["ds-socket = halsim_ds_socket"]

[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
"robotpy-hal~=2025.0.0b3",
"robotpy-wpinet~=2025.0.0b3",
]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-halsim-gui/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install_requires = [

[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
"robotpy-wpiutil~=2025.0.0b3",
"robotpy-wpimath~=2025.0.0b3",
"robotpy-hal~=2025.0.0b3",
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-halsim-ws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ robotpysimext = [

[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
"robotpy-hal~=2025.0.0b3",
"robotpy-wpinet~=2025.0.0b3",
]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-romi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install_requires = [

[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
"wpilib~=2025.0.0b3"
]

Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-wpilib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ robotpy = ["run = wpilib._impl.start:Main"]

[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
"robotpy-wpiutil~=2025.0.0b3",
"robotpy-wpimath~=2025.0.0b3",
"robotpy-hal~=2025.0.0b3",
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-wpimath/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install_requires = [

[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
"robotpy-wpiutil~=2025.0.0b3",
# "numpy", # broken in raspbian CI
]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-wpinet/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ install_requires = [

[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
"robotpy-wpiutil~=2025.0.0b3",
]
2 changes: 1 addition & 1 deletion subprojects/robotpy-wpiutil/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install_requires = []

[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
]

[tool.robotpy-build]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/robotpy-xrp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ robotpysimext = [

[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
"wpilib~=2025.0.0b3"
]

Expand Down

0 comments on commit 0dd99d2

Please sign in to comment.