From c4469c152d3d22064a571d60c4f1c0a3f79dde8e Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Tue, 23 Nov 2021 11:44:14 -0500 Subject: [PATCH] support specialfunctions 2.x --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 21adee37..39b0f8a1 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ FFTW = "^1" FourierFlows = "^0.7.1" JLD2 = "^0.1, ^0.2, ^0.3, ^0.4" Reexport = "^0.2, ^1" -SpecialFunctions = "^0.10, ^1" +SpecialFunctions = "^0.10, ^1, 2" StaticArrays = "^0.12, ^1" julia = "^1.5"