Skip to content

Commit

Permalink
CompatHelper: bump compat for StaticArrays to 1, (keep existing compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompatHelper Julia committed Aug 7, 2023
1 parent 1c82e5f commit bd89230
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@ OffsetArrays = "^0.23, 1"
ProgressMeter = "^1.3"
RecipesBase = "1.0"
SpecialFunctions = "^0.7, ^0.8, ^0.9, 0.10, 1, 2"
StaticArrays = "^0.8, ^0.9, ^0.10, ^0.11, 0.12"
StaticArrays = "^0.8, ^0.9, ^0.10, ^0.11, 0.12, 1"
WignerSymbols = "^1"
# WignerSymbols = "^2"
julia = "1"

[extras]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
GSL = "92c85e6c-cbff-5e0c-80f7-495c94daaecd"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Plots", "GSL", "SpecialFunctions"]

0 comments on commit bd89230

Please sign in to comment.