Skip to content

Commit 1d40bd0

Browse files
committed
Update to PlayingWithFusion 2023.01.17
1 parent 1bb9517 commit 1d40bd0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ author_email = "robotpy@googlegroups.com"
66
url = "https://github.com/robotpy/robotpy-playingwithfusion"
77
license = "BSD-3-Clause"
88
install_requires = [
9-
"robotpy-wpiutil<2024.0.0,>=2023.1.1.0",
10-
"robotpy-wpimath<2024.0.0,>=2023.1.1.0",
11-
"wpilib<2024.0.0,>=2023.1.1.0",
9+
"robotpy-wpiutil<2024.0.0,>=2023.2.1.0",
10+
"robotpy-wpimath<2024.0.0,>=2023.2.1.0",
11+
"wpilib<2024.0.0,>=2023.2.1.0",
1212
]
1313

1414
[build-system]
1515
requires = [
16-
"robotpy-build<2024.0.0,>=2023.0.0",
17-
"robotpy-wpiutil<2024.0.0,>=2023.1.1.0",
18-
"robotpy-wpimath<2024.0.0,>=2023.1.1.0",
19-
"wpilib<2024.0.0,>=2023.1.1.0",
16+
"robotpy-build<2024.0.0,>=2023.0.1",
17+
"robotpy-wpiutil<2024.0.0,>=2023.2.1.0",
18+
"robotpy-wpimath<2024.0.0,>=2023.2.1.0",
19+
"wpilib<2024.0.0,>=2023.2.1.0",
2020
]
2121

2222
[tool.robotpy-build]
@@ -26,7 +26,7 @@ base_package = "playingwithfusion"
2626
artifact_id = "PlayingWithFusion-driver"
2727
group_id = "com.playingwithfusion.frc"
2828
repo_url = "https://www.playingwithfusion.com/frc/maven"
29-
version = "2023.00.17"
29+
version = "2023.01.17"
3030

3131
libs = ["PlayingWithFusionDriver"]
3232

@@ -38,7 +38,7 @@ depends = ["wpilib_core", "wpiutil"]
3838
artifact_id = "PlayingWithFusion-cpp"
3939
group_id = "com.playingwithfusion.frc"
4040
repo_url = "https://www.playingwithfusion.com/frc/maven"
41-
version = "2023.00.17"
41+
version = "2023.01.17"
4242

4343
libs = ["PlayingWithFusion"]
4444

0 commit comments

Comments
 (0)