From 293757722e1f5c07e02ed0a55577a8c95352b00d Mon Sep 17 00:00:00 2001 From: Ashton Bradley Date: Tue, 30 Apr 2024 12:33:03 +1200 Subject: [PATCH] @JuliaRegistrator register() --- Manifest.toml | 2 +- Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Manifest.toml b/Manifest.toml index 6ea9045..b2b551b 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -2,7 +2,7 @@ julia_version = "1.10.2" manifest_format = "2.0" -project_hash = "17bedc7c2c277895f1208abe6a6ac33f8d90dcd2" +project_hash = "1d8dc06d243a76e86ce69ae348939805867f89ad" [[deps.AbstractFFTs]] deps = ["LinearAlgebra"] diff --git a/Project.toml b/Project.toml index f0dfee7..fb1464e 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ Distances = "~0.10" FFTW = "1.6,1.7" FLoops = "~0.2" FileIO = "1, 1.8, 1.9" -Interpolations = "~0.13,~0.14,~0.15" +Interpolations = "~0.15" JLD2 = "~0.4" LightGraphs = "1, 1.3" NearestNeighbors = "~0.4" @@ -40,7 +40,7 @@ SimpleWeightedGraphs = "1, 1.1" SpecialFunctions = "~1,~2" ToeplitzMatrices = "~0.8" UnPack = "1" -julia = "1.7,1.8,1.9" +julia = "1.9,1.10" [extras] SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"