Skip to content

Commit

Permalink
Replace test/Project.toml with an extras section in Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen committed Feb 13, 2024
1 parent 2a1e5f1 commit e402763
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 40 deletions.
32 changes: 32 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,48 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
Aqua = "0.8.1"
AbstractFFTs = "0.5, 1"
DataAPI = "1.8"
DataStructures = "0.18.3"
Distributions = "0.25.57"
DynamicHMC = "3.2"
EvoTrees = "0.14.7, 0.15, 0.16"
FFTW = "1.1"
LinearAlgebra = "1.6"
LogDensityProblems = "0.12, 1, 2"
LogExpFunctions = "0.3.26"
MLJBase = "0.20, 0.21, 1"
MLJDecisionTreeInterface = "0.3, 0.4"
MLJIteration = "0.5, 0.6"
MLJLIBSVMInterface = "0.2"
MLJModelInterface = "1.6"
MLJModels = "0.16"
MLJXGBoostInterface = "0.3.4"
OffsetArrays = "1.11"
Random = "1.6"
SpecialFunctions = "1.8.4, 2"
Statistics = "1.6"
StatsBase = "0.33.3, 0.34"
StatsFuns = "1"
Tables = "1.11"
julia = "1.6"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
DynamicHMC = "bbc10e6e-7c05-544b-b16e-64fede858acb"
EvoTrees = "f6006082-12f8-11e9-0c9c-0d5d367ab1e5"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
MLJIteration = "614be32b-d00c-4edb-bd02-1eb411ab5e55"
MLJLIBSVMInterface = "61c7150f-6c77-4bb1-949c-13197eac2a52"
MLJModels = "d491faf4-2d78-11e9-2867-c94bc002c0b7"
MLJXGBoostInterface = "54119dfa-1dab-4055-a167-80440f4f7a91"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Aqua", "DynamicHMC", "EvoTrees", "FFTW", "LogDensityProblems", "LogExpFunctions", "MLJBase", "MLJDecisionTreeInterface", "MLJIteration", "MLJLIBSVMInterface", "MLJModels", "MLJXGBoostInterface", "OffsetArrays", "Test"]
40 changes: 0 additions & 40 deletions test/Project.toml

This file was deleted.

0 comments on commit e402763

Please sign in to comment.