From 1ea432fb5789db360eff7929fec1f5e47e470294 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Thu, 8 Jun 2023 12:20:59 -0500 Subject: [PATCH] Project.toml: Add version upper bounds --- Project.toml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c300564..9eae059 100644 --- a/Project.toml +++ b/Project.toml @@ -23,6 +23,17 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] -JuMP = "1" -MathOptInterface = "1" julia = "1" +Conda="1" +DataStructures="0.18" +HDF5="0.16" +HiGHS="1" +JLD2="0.4" +JuMP="1" +KLU="0.4" +MathOptInterface="1" +OrderedCollections="1" +PyCall="1" +Requires="1" +Statistics="1" +TimerOutputs="0.5" \ No newline at end of file