From 0bd31f4f9164426fa82b474acd54ae2e7147b079 Mon Sep 17 00:00:00 2001 From: Jeremy Saklad Date: Tue, 14 Mar 2023 07:40:21 -0500 Subject: [PATCH] chore: Update OR-Tools to 9.5 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 5f9642d..2c14ca8 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -ortools = "9.3" +ortools = "9.5" windows-curses = {platform_system = "== 'Windows'"} [scripts]