Skip to content

Commit 1d6c7ee

Browse files
authored
Merge pull request #120 from robotpy/geom-from-matrix
Rename geometry from matrix constructor overloads
2 parents 767ecf8 + 0dd99d2 commit 1d6c7ee

File tree

21 files changed

+128
-15
lines changed

21 files changed

+128
-15
lines changed

rdev.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude_artifacts = [
1313
"opencv-cpp"
1414
]
1515

16-
robotpy_build_req = "<2025.0.0b1,~=2025.0.0a6"
16+
robotpy_build_req = "<2025.0.0b1,~=2025.0.0a8"
1717

1818
#
1919
# Subproject configuration

subprojects/pyntcore/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install_requires = [
1212

1313
[build-system]
1414
requires = [
15-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
15+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
1616
"robotpy-wpiutil~=2025.0.0b3",
1717
"robotpy-wpinet~=2025.0.0b3",
1818
]

subprojects/robotpy-apriltag/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install_requires = [
1212

1313
[build-system]
1414
requires = [
15-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
15+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
1616
"robotpy-wpiutil~=2025.0.0b3",
1717
"robotpy-wpimath~=2025.0.0b3",
1818
]

subprojects/robotpy-cscore/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install_requires = [
1313

1414
[build-system]
1515
requires = [
16-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
16+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
1717
"robotpy-wpiutil~=2025.0.0b3",
1818
"robotpy-wpinet~=2025.0.0b3",
1919
"pyntcore~=2025.0.0b3",

subprojects/robotpy-hal/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install_requires = [
1111

1212
[build-system]
1313
requires = [
14-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
14+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
1515
"robotpy-wpiutil~=2025.0.0b3",
1616
]
1717

subprojects/robotpy-halsim-ds-socket/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ robotpysimext = ["ds-socket = halsim_ds_socket"]
1515

1616
[build-system]
1717
requires = [
18-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
18+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
1919
"robotpy-hal~=2025.0.0b3",
2020
"robotpy-wpinet~=2025.0.0b3",
2121
]

subprojects/robotpy-halsim-gui/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install_requires = [
1414

1515
[build-system]
1616
requires = [
17-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
17+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
1818
"robotpy-wpiutil~=2025.0.0b3",
1919
"robotpy-wpimath~=2025.0.0b3",
2020
"robotpy-hal~=2025.0.0b3",

subprojects/robotpy-halsim-ws/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ robotpysimext = [
1919

2020
[build-system]
2121
requires = [
22-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
22+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
2323
"robotpy-hal~=2025.0.0b3",
2424
"robotpy-wpinet~=2025.0.0b3",
2525
]

subprojects/robotpy-romi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install_requires = [
1111

1212
[build-system]
1313
requires = [
14-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
14+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
1515
"wpilib~=2025.0.0b3"
1616
]
1717

subprojects/robotpy-wpilib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ robotpy = ["run = wpilib._impl.start:Main"]
1818

1919
[build-system]
2020
requires = [
21-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
21+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
2222
"robotpy-wpiutil~=2025.0.0b3",
2323
"robotpy-wpimath~=2025.0.0b3",
2424
"robotpy-hal~=2025.0.0b3",

0 commit comments

Comments
 (0)