From 8848c129dbc0e15a858ad69d866bf81cc373b950 Mon Sep 17 00:00:00 2001 From: Jeremy Saklad Date: Fri, 23 Feb 2024 07:37:41 -0600 Subject: [PATCH] chore: Update OR-Tools to 9.8 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 2c14ca8..8e88a26 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -ortools = "9.5" +ortools = "~=9.8" windows-curses = {platform_system = "== 'Windows'"} [scripts]