From 85fd99fe81c9e14f3c649ba799194801a384ac42 Mon Sep 17 00:00:00 2001 From: wheeheee <104880306+wheeheee@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:30:58 +0800 Subject: [PATCH] another automerge fix (#39) Upper bound 0.x releases of SpecialFunctions --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a995c52..d45fd45 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ FileIO = "1" HDF5 = "0.15 - 0.17" LinearAlgebra = "1" Memoization = "0.2" -SpecialFunctions = "0.8 - 2" +SpecialFunctions = "0.8 - 0.10, 1, 2" Statistics = "1" Test = "1" WAV = "1"