Skip to content

Commit d6c34b2

Browse files
authored
Merge pull request #16 from CodingWithFusion/2025-libPlayingWithFusion
Update to 2025 PlayingWithFusion library
2 parents cae782f + 6ec93c1 commit d6c34b2

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/dist.yml

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

1212
jobs:
1313
ci:
14-
uses: robotpy/build-actions/.github/workflows/package-ci.yml@v2024
14+
uses: robotpy/build-actions/.github/workflows/package-ci.yml@v2025
1515
with:
1616
enable_sphinx_check: false
1717
artifactory_repo_type: vendor

.github/workflows/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
if: github.repository_owner == 'robotpy'
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: robotpy/build-actions/check-for-maven-update@v2024
13+
- uses: robotpy/build-actions/check-for-maven-update@v2025
1414
with:
1515
token: ${{ secrets.GITHUB_TOKEN }}

pyproject.toml

Lines changed: 11 additions & 11 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<2025.0.0,>=2024.3.2",
10-
"robotpy-wpimath<2025.0.0,>=2024.3.2",
11-
"wpilib<2025.0.0,>=2024.3.2",
9+
"robotpy-wpiutil<2026.0.0,>=2025.0.0",
10+
"robotpy-wpimath<2026.0.0,>=2025.0.0",
11+
"wpilib<2026.0.0,>=2025.1.1",
1212
]
1313

1414
[build-system]
1515
requires = [
16-
"robotpy-build<2025.0.0,>=2024.0.0",
17-
"robotpy-wpiutil<2025.0.0,>=2024.3.2",
18-
"robotpy-wpimath<2025.0.0,>=2024.3.2",
19-
"wpilib<2025.0.0,>=2024.3.2",
16+
"robotpy-build<2026.0.0,>=2025.0.0",
17+
"robotpy-wpiutil<2026.0.0,>=2025.0.0",
18+
"robotpy-wpimath<2026.0.0,>=2025.0.0",
19+
"wpilib<2026.0.0,>=2025.1.1",
2020
]
2121

2222
[tool.robotpy-build]
@@ -26,19 +26,19 @@ 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 = "2024.03.09"
29+
version = "2025.01.04"
3030

3131
libs = ["PlayingWithFusionDriver"]
3232

3333
[tool.robotpy-build.wrappers."playingwithfusion._pwf_driver"]
3434
name = "playingwithfusion_driver"
35-
depends = ["wpilib_core", "wpiutil"]
35+
depends = ["wpilib_core", "wpiHal", "wpiutil"]
3636

3737
[tool.robotpy-build.wrappers."playingwithfusion".maven_lib_download]
3838
artifact_id = "PlayingWithFusion-cpp"
3939
group_id = "com.playingwithfusion.frc"
4040
repo_url = "https://www.playingwithfusion.com/frc/maven"
41-
version = "2024.03.09"
41+
version = "2025.01.04"
4242

4343
libs = ["PlayingWithFusion"]
4444

@@ -48,7 +48,7 @@ sources = [
4848
"playingwithfusion/pwf.cpp"
4949
]
5050

51-
depends = ["wpilibc", "wpilib_core", "wpiutil", "playingwithfusion_driver"]
51+
depends = ["wpilibc", "wpilib_core", "wpiHal", "wpiutil", "playingwithfusion_driver"]
5252

5353
generate = [
5454
{ CANVenom = "CANVenom.h" },

0 commit comments

Comments
 (0)