Skip to content

Commit

Permalink
Drop no-longer-needed dependency on Compat
Browse files Browse the repository at this point in the history
  • Loading branch information
halleysfifthinc committed Jul 31, 2024
1 parent 1964ff3 commit 2d5d117
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ authors = ["Allen Hill <[email protected]>"]
version = "0.5.2"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"

[compat]
Compat = "2.1, 3, 4"
RecipesBase = "1.3"
julia = "1.6"

2 changes: 0 additions & 2 deletions src/Peaks.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module Peaks

using Compat

export argmaxima, argminima, maxima, minima, findmaxima, findminima, findnextmaxima,
findnextminima, peakproms, peakproms!, peakwidths, peakwidths!, peakheights,
peakheights!, ismaxima, isminima, filterpeaks!
Expand Down

0 comments on commit 2d5d117

Please sign in to comment.