Skip to content

Commit

Permalink
Do not allow older versions of test packages anymore (#463)
Browse files Browse the repository at this point in the history
* Do not allow older versions of test packages anymore

* Enforce Plots version that does not support for FFMPEG < 0.3
  • Loading branch information
devmotion authored Aug 30, 2024
1 parent 58ae4f5 commit d81e263
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Plots is added as a dependency only to avoid installing versions with support for FFMPEG < 0.3
# Ref https://github.com/TuringLang/MCMCChains.jl/pull/463
[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -12,6 +14,7 @@ MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
MCMCDiagnosticTools = "be115224-59cd-429b-ad48-344e309966f0"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Expand All @@ -23,26 +26,27 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"

[compat]
AbstractMCMC = "2.2.1, 3.0, 4, 5"
DataFrames = "0.22.4, 1.0"
AbstractMCMC = "5"
DataFrames = "1"
Dates = "<0.0.1, 1"
Distributions = "0.24.12, 0.25"
Documenter = "0.26, 0.27, 1"
Distributions = "0.25"
Documenter = "1"
FFTW = "1.1"
IteratorInterfaceExtensions = "1"
KernelDensity = "0.6.2"
Logging = "<0.0.1, 1"
MCMCChains = "6"
MCMCDiagnosticTools = "0.3.10"
MLJBase = "0.18, 0.19, 0.20, 0.21, 1"
MLJDecisionTreeInterface = "0.3, 0.4"
MLJBase = "1"
MLJDecisionTreeInterface = "0.4"
Plots = "1.40.2"
Random = "<0.0.1, 1"
Serialization = "<0.0.1, 1"
Statistics = "<0.0.1, 1"
StatsBase = "0.33.2, 0.34"
StatsPlots = "0.14.17, 0.15"
StatsBase = "0.34"
StatsPlots = "0.15"
TableTraits = "1"
Tables = "1.3.1"
Test = "<0.0.1, 1"
UnicodePlots = "2, 3"
UnicodePlots = "3"
julia = "1.6"

0 comments on commit d81e263

Please sign in to comment.