From 429c623956a579106b5acb0273e5ea460a9d1852 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Tue, 19 Dec 2023 05:17:27 -0500 Subject: [PATCH] Bump required image version --- robotpy_installer/installer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robotpy_installer/installer.py b/robotpy_installer/installer.py index 780580c..987d69a 100755 --- a/robotpy_installer/installer.py +++ b/robotpy_installer/installer.py @@ -27,11 +27,11 @@ _ROBORIO_WHEELS = f"https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-{_WPILIB_YEAR}/simple" _ROBORIO_IMAGES = [ - "2024_v1.1", + "2024_v2.0", ] _ROBORIO2_IMAGES = [ - "2024_v1.1", + "2024_v2.0", ] _ROBOTPY_PYTHON_PLATFORM = "linux_roborio"