Skip to content

Commit

Permalink
Add RecipesBase to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
maetshju committed Dec 28, 2023
1 parent 57bad96 commit 0c47eec
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Phonetics"
uuid = "e3a49ea3-7edf-49e1-b84f-839ab305a372"
authors = ["Matthew C. Kelley <[email protected]"]
version = "0.2.1"
version = "0.3.0"

[deps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Expand All @@ -18,11 +18,11 @@ GeometricalPredicates = "fd0ad045-b25c-564e-8f9c-8ef5c5f21267"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MFCC = "ca7b5df7-6146-5dcc-89ec-36256279a339"
Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
QHull = "a8468747-bd6f-53ef-9e5c-744dbc5c59e7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Expand All @@ -31,23 +31,24 @@ WAV = "8149f6b0-98f6-5db9-b78f-408fbbb8ef88"

[compat]
DSP = "0.7"
DataFrames = "1.3 - 1.4"
DataFrames = "1.3"
DataStructures = "0.18"
Distances = "0.10"
Distributions = "0.25"
DynamicAxisWarping = "0.4"
FFTW = "1.5"
FileIO = "1.16"
GeometricalPredicates = "0.4"
MFCC = "0.3.3"
Measures = "0.3"
Plots = "1.33 - 1.35, 1"
ProgressBars = "1.4"
ProgressMeter = "1.7"
QHull = "0.2"
SpecialFunctions = "2.1"
StatsBase = "0.33"
WAV = "1.2"
MFCC = "0.3.3"
RecipesBase = "1.3"
Statistics = "1.10"
julia = "^1.6"

[extras]
Expand Down

0 comments on commit 0c47eec

Please sign in to comment.