Skip to content

Commit

Permalink
swap to central project.toml for multiple manifest/julia version life
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Apr 16, 2024
1 parent 7e55e15 commit 29f351d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ build/
# committed for packages, but should be committed for applications that require a static
# environment.
Manifest.toml
Manifest-v*.toml

# Editor files
.vscode/*
Expand Down
18 changes: 18 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,31 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
Aqua = "0.5, 0.6"
BSplineKit = "0.15, 0.16, 0.17"
CairoMakie = "0.11"
DataFrames = "1"
Distributions = "0.25"
KernelDensity = "0.6.3"
Makie = "0.20"
MixedModels = "4.14"
PrecompileTools = "1"
Random = "1"
SpecialFunctions = "1, 2"
Statistics = "1"
StatsBase = "0.33, 0.34"
Suppressor = "0.2"
TestSetExtensions = "3"
julia = "1.9"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestSetExtensions = "98d24dd4-01ad-11ea-1b02-c9a08f80db04"

[targets]
test = ["Aqua", "Test", "TestSetExtensions", "CairoMakie", "Random", "Statistics", "Suppressor"]
16 changes: 0 additions & 16 deletions test/Project.toml

This file was deleted.

0 comments on commit 29f351d

Please sign in to comment.