From e1e3eb4d05d2a3560c175ce17d382a4bcb3f8f81 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Fri, 15 Mar 2024 10:16:01 -0400 Subject: [PATCH] Bump wpilib dependency due to VS issue --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 309a283..626aa87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [build-system] requires = [ "robotpy-build<2025.0.0,~=2024.0.0", - "robotpy-wpimath<2025.0.0,>=2024.1.1", - "robotpy-wpiutil<2025.0.0,>=2024.1.1", - "wpilib<2025.0.0,>=2024.1.1", + "robotpy-wpimath<2025.0.0,>=2024.3.2", + "robotpy-wpiutil<2025.0.0,>=2024.3.2", + "wpilib<2025.0.0,>=2024.3.2", ] [tool.robotpy-build] @@ -17,9 +17,9 @@ author_email = "robotpy@googlegroups.com" url = "https://github.com/robotpy/robotpy-navx" license = "BSD-3-Clause" install_requires = [ - "robotpy-wpimath<2025.0.0,>=2024.1.1", - "robotpy-wpiutil<2025.0.0,>=2024.1.1", - "wpilib<2025.0.0,>=2024.1.1", + "robotpy-wpimath<2025.0.0,>=2024.3.2", + "robotpy-wpiutil<2025.0.0,>=2024.3.2", + "wpilib<2025.0.0,>=2024.3.2", ] [tool.robotpy-build.wrappers."navx".maven_lib_download]