From f732ec2fb4f140e0bc0302dffbcb80028e3a0385 Mon Sep 17 00:00:00 2001 From: Ashton Bradley Date: Sun, 11 Jul 2021 22:44:44 +1200 Subject: [PATCH] prune deps --- Project.toml | 2 -- src/VortexDistributions.jl | 5 ----- 2 files changed, 7 deletions(-) diff --git a/Project.toml b/Project.toml index 34d506b..de1c971 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" -Reexport = "189a3867-3050-52da-a836-e630ba90ab69" SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" @@ -29,7 +28,6 @@ LightGraphs = "1, 1.3" Parameters = "0.12" Plots = "1, 1.13, 1.14" ProgressMeter = "1, 1.5, 1.6, 1.7" -Reexport = "1, 1.0" SimpleWeightedGraphs = "1, 1.1" SpecialFunctions = "1" ToeplitzMatrices = "0.7" diff --git a/src/VortexDistributions.jl b/src/VortexDistributions.jl index cf1d526..5d3aa10 100644 --- a/src/VortexDistributions.jl +++ b/src/VortexDistributions.jl @@ -1,6 +1,5 @@ module VortexDistributions -using Reexport using Interpolations using JLD2 using Parameters @@ -67,10 +66,6 @@ include("grow_plus_clusters.jl") # utils include("utils.jl") -# function __init__() -# @load joinpath(@__DIR__,"exactcore.jld2") ψi -# @load joinpath(@__DIR__,"ansatzcore.jld2") ψa -# end @load joinpath(@__DIR__,"cores.jld2") ψi ψa end