Skip to content

Commit

Permalink
Adding AssociatedLegendrePolynomials compatibilities, also in [extras…
Browse files Browse the repository at this point in the history
…] and [targets] of Project.toml
  • Loading branch information
pivaps committed Jul 19, 2024
1 parent 18010f8 commit 353799f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"

[compat]
AssociatedLegendrePolynomials = "1.0.1"
GSL = "^0.6, ^0.7, ^0.8, ^0.9, 1.0"
OffsetArrays = "^0.23, 1"
ProgressMeter = "^1.3"
Expand All @@ -29,10 +30,11 @@ WignerSymbols = "^1, 2"
julia = "1"

[extras]
AssociatedLegendrePolynomials = "2119f1ac-fb78-50f5-8cc0-dda848ebdb19"
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"]
test = ["Test", "Plots", "GSL", "SpecialFunctions", "AssociatedLegendrePolynomials"]
2 changes: 1 addition & 1 deletion src/MultipleScattering.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ using SpecialFunctions: besselj, hankelh1
using WignerSymbols, GSL
using Random, LinearAlgebra, RecipesBase, Statistics
using ProgressMeter
using AssociatedLegendrePolynomials
using AssociatedLegendrePolynomials: Plm, Nlm


# Generic machinery common to all physical models
Expand Down

0 comments on commit 353799f

Please sign in to comment.