Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
- build-system.requires: pyntcore~=2025.0.0b2
- build-system.requires: robotpy-hal~=2025.0.0b2
- build-system.requires: robotpy-wpimath~=2025.0.0b2
- build-system.requires: robotpy-wpinet~=2025.0.0b2
- build-system.requires: robotpy-wpiutil~=2025.0.0b2
- build-system.requires: wpilib~=2025.0.0b2
  • Loading branch information
virtuald committed Nov 21, 2024
1 parent ba473ac commit a685638
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions subprojects/pyntcore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ install_requires = [
[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
"robotpy-wpiutil~=2025.0.0b1",
"robotpy-wpinet~=2025.0.0b1",
"robotpy-wpiutil~=2025.0.0b2",
"robotpy-wpinet~=2025.0.0b2",
]

[tool.robotpy-build]
Expand Down
4 changes: 2 additions & 2 deletions subprojects/robotpy-apriltag/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ install_requires = [
[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
"robotpy-wpiutil~=2025.0.0b1",
"robotpy-wpimath~=2025.0.0b1",
"robotpy-wpiutil~=2025.0.0b2",
"robotpy-wpimath~=2025.0.0b2",
]

[tool.robotpy-build]
Expand Down
6 changes: 3 additions & 3 deletions subprojects/robotpy-cscore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ install_requires = [
[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
"robotpy-wpiutil~=2025.0.0b1",
"robotpy-wpinet~=2025.0.0b1",
"pyntcore~=2025.0.0b1",
"robotpy-wpiutil~=2025.0.0b2",
"robotpy-wpinet~=2025.0.0b2",
"pyntcore~=2025.0.0b2",
# "numpy", # required for pybind11-stubgen to not complain, broken in raspbian CI
]

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 @@ -12,7 +12,7 @@ install_requires = [
[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
"robotpy-wpiutil~=2025.0.0b1",
"robotpy-wpiutil~=2025.0.0b2",
]

[tool.robotpy-build]
Expand Down
4 changes: 2 additions & 2 deletions subprojects/robotpy-halsim-ds-socket/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ robotpysimext = ["ds-socket = halsim_ds_socket"]
[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
"robotpy-hal~=2025.0.0b1",
"robotpy-wpinet~=2025.0.0b1",
"robotpy-hal~=2025.0.0b2",
"robotpy-wpinet~=2025.0.0b2",
]

[tool.robotpy-build]
Expand Down
8 changes: 4 additions & 4 deletions subprojects/robotpy-halsim-gui/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ install_requires = [
[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
"robotpy-wpiutil~=2025.0.0b1",
"robotpy-wpimath~=2025.0.0b1",
"robotpy-hal~=2025.0.0b1",
"pyntcore~=2025.0.0b1",
"robotpy-wpiutil~=2025.0.0b2",
"robotpy-wpimath~=2025.0.0b2",
"robotpy-hal~=2025.0.0b2",
"pyntcore~=2025.0.0b2",
]

[tool.robotpy-build]
Expand Down
4 changes: 2 additions & 2 deletions subprojects/robotpy-halsim-ws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ robotpysimext = [
[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
"robotpy-hal~=2025.0.0b1",
"robotpy-wpinet~=2025.0.0b1",
"robotpy-hal~=2025.0.0b2",
"robotpy-wpinet~=2025.0.0b2",
]

[tool.robotpy-build]
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 @@ -12,7 +12,7 @@ install_requires = [
[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
"wpilib~=2025.0.0b1"
"wpilib~=2025.0.0b2"
]

[tool.robotpy-build]
Expand Down
8 changes: 4 additions & 4 deletions subprojects/robotpy-wpilib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ robotpy = ["run = wpilib._impl.start:Main"]
[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
"robotpy-wpiutil~=2025.0.0b1",
"robotpy-wpimath~=2025.0.0b1",
"robotpy-hal~=2025.0.0b1",
"pyntcore~=2025.0.0b1",
"robotpy-wpiutil~=2025.0.0b2",
"robotpy-wpimath~=2025.0.0b2",
"robotpy-hal~=2025.0.0b2",
"pyntcore~=2025.0.0b2",
]

[tool.robotpy-build]
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 @@ -12,7 +12,7 @@ install_requires = [
[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
"robotpy-wpiutil~=2025.0.0b1",
"robotpy-wpiutil~=2025.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 @@ -42,5 +42,5 @@ install_requires = [
[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
"robotpy-wpiutil~=2025.0.0b1",
"robotpy-wpiutil~=2025.0.0b2",
]
2 changes: 1 addition & 1 deletion subprojects/robotpy-xrp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ robotpysimext = [
[build-system]
requires = [
"robotpy-build<2025.0.0b1,~=2025.0.0a4",
"wpilib~=2025.0.0b1"
"wpilib~=2025.0.0b2"
]

[tool.robotpy-build]
Expand Down

0 comments on commit a685638

Please sign in to comment.