Skip to content

Commit

Permalink
Rel 6.13.7 - Moved InferenceObjects to test set
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Dec 5, 2022
1 parent e4803a5 commit 96971da
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
InferenceObjects = "b5cf5a8d-e756-4ee3-b014-01d49d192c00"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Expand All @@ -30,7 +29,6 @@ CompatHelperLocal = "0.1"
DataFrames = "1.3"
DelimitedFiles = "1.8, 1.9"
DocStringExtensions = "0.9"
InferenceObjects = "0.2"
JSON = "0.21"
NamedTupleTools = "0.14"
OrderedCollections = "1.4"
Expand All @@ -45,8 +43,8 @@ julia = "1"
[extras]
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
#DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
InferenceObjects = "b5cf5a8d-e756-4ee3-b014-01d49d192c00"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca"
Expand All @@ -56,5 +54,4 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["AxisKeys", "Distributions", "Statistics", "LinearAlgebra",
"MCMCChains", "MonteCarloMeasurements", "StatsBase", "StatsFuns", "Test"]
test = ["AxisKeys", "Distributions", "Statistics", "LinearAlgebra", "MCMCChains", "MonteCarloMeasurements", "InferenceObjects", "StatsBase", "StatsFuns", "Test"]

0 comments on commit 96971da

Please sign in to comment.