Skip to content

Commit

Permalink
Move import functions to StatGeochemBase
Browse files Browse the repository at this point in the history
  • Loading branch information
brenhinkeller committed Jun 15, 2024
1 parent 244fc96 commit d754efd
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1,326 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ Plots = "1"
Polyester = "0.6.1, 0.7"
ProgressMeter = "1"
Reexport = "0.2, 1.0"
StatGeochemBase = "0.4, 0.5"
StatGeochemBase = "0.6"
Statistics = "1"
julia = "1.9"
1 change: 0 additions & 1 deletion src/StatGeochem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ module StatGeochem
using ProgressMeter: @showprogress, Progress, update!, next!
const Collection{T} = Union{DenseArray{<:T}, AbstractRange{<:T}, NTuple{N,T}} where N
include("utilities/System.jl")
include("utilities/Import.jl")
include("utilities/Resampling.jl")
include("utilities/Changepoint.jl")

Expand Down
Loading

0 comments on commit d754efd

Please sign in to comment.