Skip to content

Commit

Permalink
Merge pull request #361 from ReactiveBayes/compathelper/new_version/2…
Browse files Browse the repository at this point in the history
…024-10-01-00-14-31-790-01657685176

CompatHelper: bump compat for Static to 1, (keep existing compat)
  • Loading branch information
wouterwln authored Oct 2, 2024
2 parents 9e476b9 + a97babb commit f5401c8
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ ProgressMeter = "1.0.0"
Random = "1.9"
ReactiveMP = "~4.4.1"
Reexport = "1.2.0"
Static = "0.8.10"
Rocket = "1.8.0"
Static = "0.8.10, 1"
TupleTools = "1.2.0"
julia = "1.10"

Expand All @@ -72,25 +72,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestSetExtensions = "98d24dd4-01ad-11ea-1b02-c9a08f80db04"

[targets]
test = [
"Test",
"Pkg",
"Logging",
"InteractiveUtils",
"TestSetExtensions",
"Coverage",
"CpuId",
"Dates",
"Distributed",
"Documenter",
"ExponentialFamilyProjection",
"Plots",
"BenchmarkCI",
"BenchmarkTools",
"PkgBenchmark",
"Aqua",
"StableRNGs",
"StatsFuns",
"Optimisers",
"ReTestItems",
]
test = ["Test", "Pkg", "Logging", "InteractiveUtils", "TestSetExtensions", "Coverage", "CpuId", "Dates", "Distributed", "Documenter", "ExponentialFamilyProjection", "Plots", "BenchmarkCI", "BenchmarkTools", "PkgBenchmark", "Aqua", "StableRNGs", "StatsFuns", "Optimisers", "ReTestItems"]

0 comments on commit f5401c8

Please sign in to comment.