File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ classifiers = [
1616]
1717keywords = [" pathplannerlib" ]
1818dependencies = [
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]
2626requires-python = " >=3.8"
Original file line number Diff line number Diff line change 11setuptools ~= 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
77numpy >= 2.1.1
You can’t perform that action at this time.
0 commit comments