Project.toml: Add version upper bounds

This commit is contained in:
2023-06-08 12:20:59 -05:00
parent f5512a4aea
commit 1ea432fb57

View File

@@ -23,6 +23,17 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[compat] [compat]
JuMP = "1"
MathOptInterface = "1"
julia = "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"