From 0786e1333b752b2526942d300254649304f28f91 Mon Sep 17 00:00:00 2001 From: caseykneale Date: Sun, 20 Oct 2019 08:34:30 -0400 Subject: [PATCH] fixed compat --- Project.toml | 81 ++++++++++++---------------------------------------- 1 file changed, 18 insertions(+), 63 deletions(-) diff --git a/Project.toml b/Project.toml index 734e358..e778b28 100644 --- a/Project.toml +++ b/Project.toml @@ -30,66 +30,21 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] julia = ">= 1" -AbstractFFTs = ">= 0.4.1" -Arpack = ">= 0.3.1" -BenchmarkTools = ">= 0.4.3" -BinDeps = ">= 0.8.10" -BinaryProvider = ">= 0.5.6" -CRlibm = ">= 0.7.1" -CSTParser = ">= 0.6.2" -CSV = ">= 0.5.14" -CategoricalArrays = ">= 0.7.1" -CodeTracking = ">= 0.5.8" -Combinatorics = ">= 0.7.0" -CommonSubexpressions = ">= 0.2.0" -Compat = ">= 2.2.0" -Conda = ">= 1.3.0" -DSP = ">= 0.6.0" -DataAPI = ">= 1.1.0" -DataFrames = ">= 0.19.4" -DataStructures = ">= 0.17.2" -DataValueInterfaces = ">= 1.0.0" -DiffResults = ">= 0.0.4" -DiffRules = ">= 0.0.10" -Distributions = ">= 0.21.3" -ErrorfreeArithmetic = ">= 0.4.0" -FFTW = ">= 1.0.1" -FastRounding = ">= 0.2.0" -FilePathsBase = ">= 0.6.2" -FillArrays = ">= 0.7.3" -ForwardDiff = ">= 0.10.3" -HypothesisTests = ">= 0.8.0" -IntervalArithmetic = ">= 0.15.2" -IntervalRootFinding = ">= 0.4.0" -InvertedIndices = ">= 1.0.0" -IteratorInterfaceExtensions = ">= 1.0.0" -JSON = ">= 0.21.0" -JuliaInterpreter = ">= 0.7.4" -LaTeXStrings = ">= 1.0.3" -LazyArrays = ">= 0.12.2" -LoweredCodeUtils = ">= 0.3.8" -MacroTools = ">= 0.5.1" -Missings = ">= 0.4.3" -NaNMath = ">= 0.3.2" -OrderedCollections = ">= 1.1.0" -PDMats = ">= 0.9.10" -Parsers = ">= 0.3.7" -Polynomials = ">= 0.5.3" -PooledArrays = ">= 0.5.2" -QuadGK = ">= 2.0.3" -RecipesBase = ">= 0.7.0" -Reexport = ">= 0.2.0" -Revise = ">= 2.2.2" -Rmath = ">= 0.5.0" -Roots = ">= 0.8.3" -SortingAlgorithms = ">= 0.3.1" -SpecialFunctions = ">= 0.7.2" -StaticArrays = ">= 0.11.1" -StatsBase = ">= 0.32.0" -StatsFuns = ">= 0.8.0" -TableTraits = ">= 1.0.0" -Tables = ">= 0.2.11" -Tokenize = ">= 0.5.6" -URIParser = ">= 0.4.0" -VersionParsing = ">= 1.1.3" -WeakRefStrings = ">= 0.6.1" +Arpack = ">= 0.3.1" +BenchmarkTools = ">= 0.4.3" +CSV = ">= 0.5.14" +DSP = ">= 0.6.0" +Combinatorics = ">= 0.7.0" +DataFrames = ">= 0.19.4" +Distributions = ">= 0.21.3" +FFTW = ">= 1.0.1" +HypothesisTests = ">= 0.8.0" +IntervalArithmetic = ">= 0.15.2" +IntervalRootFinding = ">= 0.4.0" +LaTeXStrings = ">= 1.0.3" +RecipesBase = ">= 0.7.0" +Revise = ">= 2.2.2" +Roots = ">= 0.8.3" +SpecialFunctions = ">= 0.7.2" +StaticArrays = ">= 0.11.1" +StatsBase = ">= 0.32.0"