From 166d86aa1b399484f2f0491317c906f092d6dc85 Mon Sep 17 00:00:00 2001 From: Kerem Ziya Akdemir <56842236+keremakdemir@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:24:18 -0400 Subject: [PATCH] Update package requirements --- requirements.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cd08996..3d7851f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ In order to run the models and visualization scripts, you would need to install - sys - pandas - numpy -- geopandas +- geopandas - shapely - geopy - pyomo @@ -13,6 +13,10 @@ In order to run the models and visualization scripts, you would need to install - matplotlib - seaborn - networkx -- yaml +- pyyaml +- openpyxl +- pyarrow +- xlrd +- highspy Also, in order to initiate the optimization step, you would need to install either open-source (e.g., HiGHS) or commercial (e.g., Gurobi or CPLEX) solvers. \ No newline at end of file