Skip to content

Commit

Permalink
compat
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebeggs committed May 13, 2023
1 parent 38c59c8 commit d6736c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ version = "0.1.0"
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Expand All @@ -16,7 +15,12 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
SymRCM = "286e6d88-80af-4590-acc9-0001b223b9bd"

[compat]
Combinatorics = "1.0"
Distances = "0.10"
LoopVectorization = "0.12"
NearestNeighbors = "0.4"
StaticArrays = "1.5"
SymRCM = "0.2"
julia = "1.6"

[extras]
Expand Down
1 change: 0 additions & 1 deletion src/RadialBasisFunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ using SparseArrays
using StaticArrays
using Statistics
using Distances
using ForwardDiff
using Combinatorics

abstract type AbstractRadialBasisOperator end
Expand Down

0 comments on commit d6736c1

Please sign in to comment.