From b2967697897eeae270d747f1f1f9d9fab4bbc4a4 Mon Sep 17 00:00:00 2001 From: Rajesh Gandham Date: Thu, 22 May 2025 12:39:47 -0700 Subject: [PATCH] Switch to using v3.2 of argparser for wheels --- python/libcuopt/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/libcuopt/CMakeLists.txt b/python/libcuopt/CMakeLists.txt index c89a7233c5..7b85f2275c 100644 --- a/python/libcuopt/CMakeLists.txt +++ b/python/libcuopt/CMakeLists.txt @@ -42,7 +42,7 @@ include(FetchContent) FetchContent_Declare( argparse GIT_REPOSITORY https://github.com/p-ranav/argparse.git - GIT_TAG v2.9 + GIT_TAG v3.2 ) FetchContent_MakeAvailable(argparse)