File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
33julia_version = " 1.12.1"
44manifest_format = " 2.0"
5- project_hash = " 5071e5ff603a6f8351e52c932450cb7f68e754a6 "
5+ project_hash = " a2635d14f5fbf44451bc90296a42c009b93878bd "
66
77[[deps .AbstractFFTs ]]
88deps = [" LinearAlgebra" ]
@@ -460,12 +460,6 @@ git-tree-sha1 = "f923f9a774fcf3f5cb761bfa43aeadd689714813"
460460uuid = " 2e76f6c2-a576-52d4-95c1-20adfe4de566"
461461version = " 8.5.1+0"
462462
463- [[deps .Stereonet ]]
464- deps = [" LinearAlgebra" , " Makie" , " Statistics" ]
465- path = " ."
466- uuid = " 2079c055-d4a2-4eb8-9548-50343aa1f7d0"
467- version = " 0.1.0"
468-
469463[[deps .HypergeometricFunctions ]]
470464deps = [" LinearAlgebra" , " OpenLibm_jll" , " SpecialFunctions" ]
471465git-tree-sha1 = " 68c173f4f449de5b438ee67ed0c9c748dc31a2ec"
@@ -1242,6 +1236,12 @@ weakdeps = ["ChainRulesCore", "InverseFunctions"]
12421236 StatsFunsChainRulesCoreExt = " ChainRulesCore"
12431237 StatsFunsInverseFunctionsExt = " InverseFunctions"
12441238
1239+ [[deps .Stereonet ]]
1240+ deps = [" LinearAlgebra" , " Makie" , " Statistics" ]
1241+ path = " ."
1242+ uuid = " 2079c055-d4a2-4eb8-9548-50343aa1f7d0"
1243+ version = " 0.1.0"
1244+
12451245[[deps .StructArrays ]]
12461246deps = [" ConstructionBase" , " DataAPI" , " Tables" ]
12471247git-tree-sha1 = " a2c37d815bf00575332b7bd0389f771cb7987214"
Original file line number Diff line number Diff line change 11using LinearAlgebra
22using Test
3- using stereonet_functions
3+ using Stereonet
44
55@testset " Stereonet.jl" begin
66
You can’t perform that action at this time.
0 commit comments