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.2
  • Loading branch information
virtuald committed Sep 29, 2024
1 parent 2334870 commit b7e7d31
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.0,~=2024.0.0"
robotpy_build_req = "<2025.0.0,~=2024.0.2"

#
# 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.0",
"robotpy-build<2025.0.0,~=2024.0.2",
"robotpy-wpiutil~=2024.3.1",
"robotpy-wpinet~=2024.3.1",
]
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.0",
"robotpy-build<2025.0.0,~=2024.0.2",
"robotpy-wpiutil~=2024.3.1",
"robotpy-wpimath~=2024.3.1",
]
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.0",
"robotpy-build<2025.0.0,~=2024.0.2",
"robotpy-wpiutil~=2024.3.1",
"robotpy-wpinet~=2024.3.1",
"pyntcore~=2024.3.1",
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.0",
"robotpy-build<2025.0.0,~=2024.0.2",
"robotpy-wpiutil~=2024.3.1",
]

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.0",
"robotpy-build<2025.0.0,~=2024.0.2",
"robotpy-hal~=2024.3.1",
"robotpy-wpinet~=2024.3.1",
]
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.0",
"robotpy-build<2025.0.0,~=2024.0.2",
"robotpy-wpiutil~=2024.3.1",
"robotpy-wpimath~=2024.3.1",
"robotpy-hal~=2024.3.1",
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.0",
"robotpy-build<2025.0.0,~=2024.0.2",
"robotpy-hal~=2024.3.1",
"robotpy-wpinet~=2024.3.1",
]
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.0,~=2024.0.0",
"robotpy-build<2025.0.0,~=2024.0.2",
"wpilib~=2024.3.1"
]

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.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",
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.0",
"robotpy-build<2025.0.0,~=2024.0.2",
"robotpy-wpiutil~=2024.3.1",
# "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.0,~=2024.0.0",
"robotpy-build<2025.0.0,~=2024.0.2",
"robotpy-wpiutil~=2024.3.1",
]
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.0",
"robotpy-build<2025.0.0,~=2024.0.2",
]

[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.0,~=2024.0.0",
"robotpy-build<2025.0.0,~=2024.0.2",
"wpilib~=2024.3.1"
]

Expand Down

0 comments on commit b7e7d31

Please sign in to comment.