Skip to content

Commit

Permalink
Loosen dependencies and remove Quadrature
Browse files Browse the repository at this point in the history
  • Loading branch information
mleprovost committed Dec 19, 2023
1 parent fd7f1c0 commit d7bf95b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
18 changes: 1 addition & 17 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using QuadGK
using Optim
using NLsolve
using MLDataUtils
using Quadrature
#using Quadrature
using FiniteDiff
using Distributions
using Random
Expand Down

0 comments on commit d7bf95b

Please sign in to comment.