From 5ecea3f13816abb3943407f99bbfff566c6cab31 Mon Sep 17 00:00:00 2001 From: Awa Khouna Date: Tue, 26 Aug 2025 13:35:08 -0400 Subject: [PATCH] fix: add the authors list and specify ortools version --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d1f336b..e8c6b40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,10 @@ readme.file = "README.md" requires-python = ">=3.12" license = {file = "LICENSE"} authors = [ - { name = "Youssouf Emine", email = "youssouf.emine@polymtl.ca" } + { name = "Youssouf Emine", email = "youssouf.emine@polymtl.ca" }, + { name = "Awa Khouna", email = "awa.khouna@polymtl.ca" }, + { name = "Julien Ferry", email = "julien.ferry@polymtl.ca" }, + { name = "Thibaut Vidal", email = "thibaut.vidal@polymtl.ca" } ] classifiers = [ @@ -29,7 +32,7 @@ dependencies = [ "anytree", "gurobipy", "numpy", - "ortools", + "ortools>=9.12", "pandas", "pydantic", "scikit-learn",