Skip to content

Commit

Permalink
fix incorrect julia bounds introduced by Registrator bug (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski authored Apr 25, 2019
1 parent e341d1c commit 30e73d5
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 43 deletions.
6 changes: 1 addition & 5 deletions A/ApproxFunBase/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ IntervalSets = "0.3.1-0"
SpecialFunctions = "0.7-0"
StaticArrays = "0.8.3-0"
ToeplitzMatrices = "0.4-0"
julia = "0.7-1"

["0-0.0.1"]
RecipesBase = "0.5-0"
Expand All @@ -20,7 +21,6 @@ RecipesBase = "0.5-0"
DualNumbers = "0.4-0"
FillArrays = "0.5"
LazyArrays = "0.7.1-0"
julia = "0.7-1"

["0-0.0.4"]
DomainSets = "0"
Expand All @@ -29,17 +29,13 @@ DomainSets = "0"
InfiniteArrays = "0.0.3-0"
LowRankApprox = "0.1.4-0"

["0.0.4"]
julia = "0.7-1.1"

["0.0.4-0"]
DualNumbers = "0.6.2-0"
FillArrays = "0.5-0"
LazyArrays = "0.8-0"

["0.0.5-0"]
DomainSets = "0.0.2-0"
julia = "0.7-1"

["0.1-0"]
InfiniteArrays = "0.1-0"
Expand Down
3 changes: 1 addition & 2 deletions A/ApproxFunFourier/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ Reexport = "0.2-0"
SpecialFunctions = "0.7-0"
StaticArrays = "0.8.3-0"
ToeplitzMatrices = "0.4-0"
julia = "0.7-1"

["0-0.0.1"]
ApproxFunBase = "0.0.2-0.0.3"
FillArrays = "0.5"
LazyArrays = "0.7.1-0"
julia = "0.7-1"

["0.0.2-0"]
ApproxFunBase = "0.0.3-0.0.4"
FillArrays = "0.5-0"
LazyArrays = "0.8-0"
julia = "0.7-1.1"
7 changes: 3 additions & 4 deletions B/BinningAnalysis/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[0]
julia = "1"

["0-0.1"]
EllipsisNotation = "0"

["0-0.2.0"]
Lazy = "0"
RecursiveArrayTools = "0"
Reexport = "0"
julia = "1"

["0.2.1-0"]
julia = "1-1.1"
5 changes: 1 addition & 4 deletions D/DrWatson/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
["0-0.1"]
[0]
julia = "1"

["0.0.3-0"]
Expand All @@ -9,6 +9,3 @@ BSON = "0.2.2-0"

["0.0.7-0"]
FileIO = "1.0.6-1"

["0.2-0"]
julia = "1-1.1"
7 changes: 3 additions & 4 deletions E/EconPDEs/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[0]
julia = "0.7-1"

["0-0.2.0"]
DataStructures = "0"

Expand All @@ -6,11 +9,7 @@ ForwardDiff = "0"
Interpolations = "0"
NLsolve = "0-4"
Reexport = "0"
julia = "0.7-1"

["0.2.1"]
DifferentialEquations = "0-6"
OrderedCollections = "0-1"

["0.2.2-0"]
julia = "0.7-1.1"
7 changes: 3 additions & 4 deletions F/FixedEffects/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[0]
julia = "1"

["0-0.1.1"]
CategoricalArrays = "0"
Reexport = "0"
StatsBase = "0"
julia = "1"

["0.1.1"]
FillArrays = "0-0.5"

["0.1.2-0"]
julia = "1-1.1"
2 changes: 1 addition & 1 deletion I/ImageNoise/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[0]
Distributions = "0.19-0"
julia = "1-1.1"
julia = "1"
5 changes: 1 addition & 4 deletions L/LeastSquaresOptim/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ julia = "0.6-0"
["0.5-0.7.1"]
Optim = "0"

["0.6-0.7.1"]
["0.6-0"]
julia = "0.7-1"

["0.6.1-0.7.1"]
DiffEqDiffTools = "0"

["0.7.2-0"]
julia = "0.7-1.1"
2 changes: 1 addition & 1 deletion R/ReferenceFrameRotations/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ StaticArrays = "0.9.2-0"
Crayons = "1-4"

["0.5.2-0"]
julia = "1-1.1"
julia = "1"
3 changes: 1 addition & 2 deletions S/SatelliteToolbox/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ Interpolations = "0.11.2-0"
OptionalData = "0.2.1-0"
Parameters = "0.10.3-0"
StaticArrays = "0.10.3-0"
julia = "1"

["0.6.0"]
ReferenceFrameRotations = "0.5.1"
julia = "1"

["0.6.1-0"]
ReferenceFrameRotations = "0.5.1-0"
julia = "1-1.1"
5 changes: 1 addition & 4 deletions S/StringDistances/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@ julia = "0.6-0"
["0.2-0.3.1"]
IterTools = "0-1"

["0.3-0.3.1"]
["0.3-0"]
julia = "0.7-1"

["0.3.2-0"]
julia = "0.7-1.1"
5 changes: 1 addition & 4 deletions U/Unidecode/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
["1-1.0.1"]
[1]
julia = "1"

["1.0.2-1"]
julia = "1-1.1"
5 changes: 1 addition & 4 deletions W/Winston/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ StatsBase = "0.13.1-0"
["0.14"]
Gtk = "0-0.16"
Reexport = "0"
julia = "0.7-1"

["0.14-0"]
Compat = "0.60-2"

["0.15-0"]
julia = "0.7-1.1"
julia = "0.7-1"

0 comments on commit 30e73d5

Please sign in to comment.