Skip to content

Commit 1d765fb

Browse files
authored
Revert #2390 (#2396)
StaticArrays 1.0.1 has been tagged with a fix for the large memory usage
1 parent f47b18c commit 1d765fb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Project.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
1515
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1616
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1717
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
18-
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1918
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2019

2120
[compat]
@@ -27,11 +26,6 @@ MathOptInterface = "~0.9.14"
2726
MutableArithmetics = "0.2"
2827
NaNMath = "0.3"
2928
SpecialFunctions = "0.8, 1"
30-
# This restriction on StaticArrays is needed to avoid excessive memory
31-
# usage on Julia 1.0.x. See JuMP#2390, JuliaArrays/StaticArrays#857, or
32-
# JuliaLang/julia#38634. It can be removed when the minimum Julia version
33-
# is changed to the new LTS (julia = "1.6").
34-
StaticArrays = "0.12"
3529
julia = "1"
3630

3731
[extras]

0 commit comments

Comments
 (0)