Skip to content

Commit 80dbcfd

Browse files
committed
Update to URCL 2025.0.1
1 parent 2c740c8 commit 80dbcfd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pyproject.toml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[build-system]
22
requires = [
33
"robotpy-build~=2025.0.0",
4-
"pyntcore<2026,>=2025.1.1",
5-
"robotpy-hal<2026,>=2025.1.1",
6-
"robotpy-wpimath<2026,>=2025.1.1",
7-
"robotpy-wpiutil<2026,>=2025.1.1",
8-
"wpilib<2026,>=2025.1.1",
4+
"pyntcore<2026,>=2025.2.1",
5+
"robotpy-hal<2026,>=2025.2.1",
6+
"robotpy-wpimath<2026,>=2025.2.1",
7+
"robotpy-wpiutil<2026,>=2025.2.1",
8+
"wpilib<2026,>=2025.2.1",
99
]
1010

1111
[tool.robotpy-build]
@@ -19,17 +19,17 @@ author_email = "[email protected]"
1919
url = "https://github.com/robotpy/robotpy-urcl"
2020
license = "MIT"
2121
install_requires = [
22-
"pyntcore<2026,>=2025.1.1",
23-
"robotpy-hal<2026,>=2025.1.1",
24-
"robotpy-wpiutil<2026,>=2025.1.1",
25-
"wpilib<2026,>=2025.1.1",
22+
"pyntcore<2026,>=2025.2.1",
23+
"robotpy-hal<2026,>=2025.2.1",
24+
"robotpy-wpiutil<2026,>=2025.2.1",
25+
"wpilib<2026,>=2025.2.1",
2626
]
2727

2828
[tool.robotpy-build.static_libs."urcl_driver".maven_lib_download]
2929
artifact_id = "URCL-driver"
3030
group_id = "org.littletonrobotics.urcl"
3131
repo_url = "https://frcmaven.wpi.edu/artifactory/littletonrobotics-mvn-release"
32-
version = "2025.0.0"
32+
version = "2025.0.1"
3333
libs = [
3434
"URCLDriver",
3535
]
@@ -38,7 +38,7 @@ libs = [
3838
artifact_id = "URCL-cpp"
3939
group_id = "org.littletonrobotics.urcl"
4040
repo_url = "https://frcmaven.wpi.edu/artifactory/littletonrobotics-mvn-release"
41-
version = "2025.0.0"
41+
version = "2025.0.1"
4242
use_sources = true
4343
sources = [
4444
"URCL.cpp",

0 commit comments

Comments
 (0)