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.0,~=2024.0.0b8
  • Loading branch information
virtuald committed Dec 17, 2023
1 parent 0c10d96 commit 1b58486
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 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.0,~=2024.0.0b7"
robotpy_build_req = "<2025.0.0,~=2024.0.0b8"

#
# 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.0,~=2024.0.0b7",
"robotpy-build<2025.0.0,~=2024.0.0b8",
"robotpy-wpiutil~=2024.0.0b4",
"robotpy-wpinet~=2024.0.0b4",
]
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.0,~=2024.0.0b7",
"robotpy-build<2025.0.0,~=2024.0.0b8",
"robotpy-wpiutil~=2024.0.0b4",
"robotpy-wpimath~=2024.0.0b4",
]
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.0,~=2024.0.0b7",
"robotpy-build<2025.0.0,~=2024.0.0b8",
"robotpy-wpiutil~=2024.0.0b4",
"robotpy-wpinet~=2024.0.0b4",
"pyntcore~=2024.0.0b4",
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.0,~=2024.0.0b7",
"robotpy-build<2025.0.0,~=2024.0.0b8",
"robotpy-wpiutil~=2024.0.0b4",
]

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.0,~=2024.0.0b7",
"robotpy-build<2025.0.0,~=2024.0.0b8",
"robotpy-hal~=2024.0.0b4",
"robotpy-wpinet~=2024.0.0b4",
]
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.0,~=2024.0.0b7",
"robotpy-build<2025.0.0,~=2024.0.0b8",
"robotpy-wpiutil~=2024.0.0b4",
"robotpy-wpimath~=2024.0.0b4",
"robotpy-hal~=2024.0.0b4",
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.0,~=2024.0.0b7",
"robotpy-build<2025.0.0,~=2024.0.0b8",
"robotpy-hal~=2024.0.0b4",
"robotpy-wpinet~=2024.0.0b4",
]
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 @@ -17,7 +17,7 @@ robotpy = ["run = wpilib._impl.start:Main"]

[build-system]
requires = [
"robotpy-build<2025.0.0,~=2024.0.0b7",
"robotpy-build<2025.0.0,~=2024.0.0b8",
"robotpy-wpiutil~=2024.0.0b4",
"robotpy-wpimath~=2024.0.0b4",
"robotpy-hal~=2024.0.0b4",
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.0,~=2024.0.0b7",
"robotpy-build<2025.0.0,~=2024.0.0b8",
"robotpy-wpiutil~=2024.0.0b4",
# "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 @@ -36,6 +36,6 @@ install_requires = [

[build-system]
requires = [
"robotpy-build<2025.0.0,~=2024.0.0b7",
"robotpy-build<2025.0.0,~=2024.0.0b8",
"robotpy-wpiutil~=2024.0.0b4",
]
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.0,~=2024.0.0b7",
"robotpy-build<2025.0.0,~=2024.0.0b8",
]

[tool.robotpy-build]
Expand Down

0 comments on commit 1b58486

Please sign in to comment.