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.0b2
  • Loading branch information
virtuald committed Oct 30, 2023
1 parent 513dd1a commit 9c563f5
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
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.0b1",
"robotpy-build<2025.0.0,~=2024.0.0b2",
"robotpy-wpiutil~=2024.0.0b2",
"robotpy-wpinet~=2024.0.0b2",
]
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.0b1",
"robotpy-build<2025.0.0,~=2024.0.0b2",
"robotpy-wpiutil~=2024.0.0b2",
"robotpy-wpimath~=2024.0.0b2",
]
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.0b1",
"robotpy-build<2025.0.0,~=2024.0.0b2",
"robotpy-wpiutil~=2024.0.0b2",
"robotpy-wpinet~=2024.0.0b2",
"pyntcore~=2024.0.0b2",
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.0b1",
"robotpy-build<2025.0.0,~=2024.0.0b2",
"robotpy-wpiutil~=2024.0.0b2",
]

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.0b1",
"robotpy-build<2025.0.0,~=2024.0.0b2",
"robotpy-hal~=2024.0.0b2",
"robotpy-wpinet~=2024.0.0b2",
]
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.0b1",
"robotpy-build<2025.0.0,~=2024.0.0b2",
"robotpy-wpiutil~=2024.0.0b2",
"robotpy-wpimath~=2024.0.0b2",
"robotpy-hal~=2024.0.0b2",
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.0b1",
"robotpy-build<2025.0.0,~=2024.0.0b2",
"robotpy-hal~=2024.0.0b2",
"robotpy-wpinet~=2024.0.0b2",
]
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.0b1",
"robotpy-build<2025.0.0,~=2024.0.0b2",
"robotpy-wpiutil~=2024.0.0b2",
"robotpy-wpimath~=2024.0.0b2",
"robotpy-hal~=2024.0.0b2",
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.0b1",
"robotpy-build<2025.0.0,~=2024.0.0b2",
"robotpy-wpiutil~=2024.0.0b2",
# "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.0b1",
"robotpy-build<2025.0.0,~=2024.0.0b2",
"robotpy-wpiutil~=2024.0.0b2",
]

0 comments on commit 9c563f5

Please sign in to comment.