From e62941a58d7f7c7f4e1c2328794e06b8ab0447c3 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Mon, 25 Nov 2024 00:14:47 -0500 Subject: [PATCH] Rebuild against beta 2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4134eff..e481fc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,14 +6,14 @@ author_email = "robotpy@googlegroups.com" url = "https://github.com/robotpy/robotpy-ctre" license = "MIT" install_requires = [ - "wpilib~=2025.0.0b1", + "wpilib~=2025.0.0b2", "phoenix6~=25.0.0b2", ] [build-system] requires = [ "robotpy-build<2025.0.0b1,~=2025.0.0a1", - "wpilib~=2025.0.0b1", + "wpilib~=2025.0.0b2", "phoenix6~=25.0.0b2", ]