fix BinaryProvider-0.5.6; IntervalArithmetic-^0.15

Binary Provider 0.5.5 has disappeared,
0.15.2 is the last version of IntervalArithmetic supporting julia-^1.0.0
This commit is contained in:
kalmarek 2019-07-16 15:46:39 +02:00
parent 5393a67bb5
commit e3a58fdef0
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
2 changed files with 4 additions and 3 deletions

View File

@ -143,10 +143,10 @@ deps = ["Markdown"]
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
[[IntervalArithmetic]]
deps = ["CRlibm", "FastRounding", "LinearAlgebra", "Markdown", "RecipesBase", "SetRounding", "StaticArrays"]
git-tree-sha1 = "bc228a23925eb3a98a7bf5c2f4dc2a2bb7b0842b"
deps = ["CRlibm", "FastRounding", "LinearAlgebra", "Markdown", "RecipesBase", "SetRounding", "StaticArrays", "Test"]
git-tree-sha1 = "e2379c6b0b48ce6e414e8eeabec95cd6982aad22"
uuid = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
version = "0.16.0"
version = "0.15.2"
[[JLD]]
deps = ["Compat", "FileIO", "HDF5", "LegacyStrings", "Profile", "Random"]

View File

@ -20,6 +20,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
GroupRings = "^0.3.0"
Groups = "^0.2.1"
IntervalArithmetic = "^0.15.0"
JuMP = "^0.19.0"
[extras]