From 1c6e154c3fb64f983c1ce3b627b0d625aef72143 Mon Sep 17 00:00:00 2001 From: Pablo San-Jose Date: Tue, 11 May 2021 12:44:04 +0200 Subject: [PATCH] remove SpecialFunctions dep --- Project.toml | 2 -- src/Quantica.jl | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 6615cc05..22f783e4 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,6 @@ ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Requires = "ae029012-a4dd-5104-9daa-d747884805df" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" -SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" @@ -26,7 +25,6 @@ NearestNeighbors = "0.4" OffsetArrays = "1.0" ProgressMeter = "1.2" Requires = "1.0" -SpecialFunctions = "0.10, 1.0" StaticArrays = "0.12.3, 0.13, 1.0" julia = "1.5" diff --git a/src/Quantica.jl b/src/Quantica.jl index 8812acae..c6b0d110 100644 --- a/src/Quantica.jl +++ b/src/Quantica.jl @@ -11,7 +11,7 @@ function __init__() end using StaticArrays, NearestNeighbors, SparseArrays, LinearAlgebra, OffsetArrays, - ProgressMeter, LinearMaps, Random, SpecialFunctions + ProgressMeter, LinearMaps, Random using ExprTools