From 6a5feeb5d576ad30ef5f2c009886db8e74a8c108 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Sat, 6 Jan 2024 06:18:50 -0500 Subject: [PATCH] Update dependencies --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4ddd905..c591ab6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,8 +27,8 @@ install_requires = pytest-reraise pint>=0.11.0 - wpilib>=2024.0.0b2.post1,<2025 - robotpy-cli~=2024.0b + wpilib>=2024.1.0,<2025 + robotpy-cli~=2024.0 setup_requires = setuptools_scm > 6 python_requires = >=3.8