From d7bf95b8abd16a3471d5894f9ea3065a3e138fa5 Mon Sep 17 00:00:00 2001 From: mleprovost Date: Tue, 19 Dec 2023 11:44:26 -0500 Subject: [PATCH] Loosen dependencies and remove Quadrature --- Project.toml | 18 +----------------- test/runtests.jl | 2 +- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/Project.toml b/Project.toml index a483a72..91a5a3a 100644 --- a/Project.toml +++ b/Project.toml @@ -37,25 +37,10 @@ TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2" ThreadPools = "b189fb0b-2eb5-4ed4-bc0c-d34c51242431" [compat] -Distributions = "0.25" -FiniteDiff = "2.10" -ForwardDiff = "0.10" -IterativeSolvers = "0.9" -LaTeXStrings = "1.3" -LineSearches = "7.1" -LoopVectorization = "0.12" MLDataUtils = "0.5" -NLsolve = "4.5" -NamedColors = "0.2" -Optim = "1.6" -OrthoMatchingPursuit = "0.2" PlotUtils = "1.1" -ProgressMeter = "1" RecipesBase = "1.2" -SpecialFunctions = "^1, ^2" -TensorOperations = "3.2" -ThreadPools = "2.1" -julia = "1.4" +julia = "1.6" [extras] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" @@ -67,7 +52,6 @@ IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a" JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee" -Quadrature = "67601950-bd08-11e9-3c89-fd23fb4432d2" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" diff --git a/test/runtests.jl b/test/runtests.jl index c4636ed..bb2ce97 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -11,7 +11,7 @@ using QuadGK using Optim using NLsolve using MLDataUtils -using Quadrature +#using Quadrature using FiniteDiff using Distributions using Random