From bd39dca985386dc7c3b47fc677e2abc5c290fcad Mon Sep 17 00:00:00 2001 From: pivaps Date: Mon, 22 Jul 2024 13:11:22 +0100 Subject: [PATCH] Updating Project.toml so that the versions of MultipleScattering with complex Associated Legendre Polynomials are used --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 453eb3d..e45d594 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ HCubature = "1" Interpolations = "0.12, ^0.13" IterTools = "1" MDBM = "0.1" -MultipleScattering = "^0.1.17" +MultipleScattering = "^0.1.21" OffsetArrays = "^0.23, 1" Optim = "0.22, 1" ParticleCorrelations = "^0.0.1"