Skip to content

Commit 7ea3e9b

Browse files
authored
Update python reqs (#970)
1 parent e6ca7e7 commit 7ea3e9b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pathplannerlib-python/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ classifiers = [
1616
]
1717
keywords = ["pathplannerlib"]
1818
dependencies = [
19-
"pyntcore >=2025.0.0b3",
20-
"robotpy-wpimath >=2025.0.0b3",
21-
"robotpy-commands-v2 >=2025.0.0b1",
22-
"robotpy-wpiutil >=2025.0.0b3",
23-
"robotpy-hal >=2025.0.0b3",
19+
"pyntcore >=2025.1.1",
20+
"robotpy-wpimath >=2025.1.1",
21+
"robotpy-commands-v2 >=2025.1.1",
22+
"robotpy-wpiutil >=2025.1.1",
23+
"robotpy-hal >=2025.1.1",
2424
"numpy >=2.1.1",
2525
]
2626
requires-python = ">=3.8"
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
setuptools~=74.1.2
2-
pyntcore>=2025.0.0b3
3-
robotpy-wpimath>=2025.0.0b3
4-
robotpy-commands-v2>=2025.0.0b1
5-
robotpy-wpiutil>=2025.0.0b3
6-
robotpy-hal>=2025.0.0b3
2+
pyntcore>=2025.1.1
3+
robotpy-wpimath>=2025.1.1
4+
robotpy-commands-v2>=2025.1.1
5+
robotpy-wpiutil>=2025.1.1
6+
robotpy-hal>=2025.1.1
77
numpy>=2.1.1

0 commit comments

Comments
 (0)