Project.toml: Make compat less restrictive

This commit is contained in:
2020-09-18 12:21:30 -05:00
parent a57b149805
commit bebeb4876c

View File

@@ -33,6 +33,6 @@ JSON = "0.21"
JSONSchema = "0.2" JSONSchema = "0.2"
JuMP = "0.21" JuMP = "0.21"
MathOptInterface = "0.9" MathOptInterface = "0.9"
PackageCompiler = "1.2" PackageCompiler = "1"
ProgressBars = "0.6" ProgressBars = "0.6"
julia = "1.3 - 1.5" julia = "1"