Skip to content

Commit 2ef6827

Browse files
authored
Update Project.toml (#62)
* Update Project.toml * remove plots? * better to add FFMPEG than Plots if it sorts the issue"
1 parent b4ddcaa commit 2ef6827

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name = "RandomFeatures"
22
uuid = "36c3bae2-c0c3-419d-b3b4-eebadd35c5e5"
33
authors = ["odunbar <[email protected]>"]
4-
version = "0.3.3"
4+
version = "0.3.4"
55

66
[deps]
77
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
88
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
99
EnsembleKalmanProcesses = "aa8a2aa5-91d8-4396-bcef-d4f2ec43552d"
10+
FFMPEG = "c87230d0-a227-11e9-1b43-d7ebe4e7570a"
1011
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1112
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
12-
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1313
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1414
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1515
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
@@ -21,9 +21,9 @@ ColorSchemes = "3.19"
2121
Distributions = "0.25"
2222
DocStringExtensions = "0.8,0.9"
2323
EnsembleKalmanProcesses = "0.10, 0.11, 0.12, 0.13, 0.14, 1, 2"
24+
FFMPEG = "0.4"
2425
LinearAlgebra = "1"
2526
LoopVectorization = "0.12"
26-
Plots = "1.40.8"
2727
Random = "1"
2828
SpecialFunctions = "2"
2929
StableRNGs = "1.0"

0 commit comments

Comments
 (0)