Skip to content

Commit

Permalink
Merge pull request #160 from pablosanjose/SpecialFunctions
Browse files Browse the repository at this point in the history
remove SpecialFunctions dependency
  • Loading branch information
pablosanjose authored May 11, 2021
2 parents 9770320 + 1c6e154 commit adddeae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion src/Quantica.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function __init__()
end

using StaticArrays, NearestNeighbors, SparseArrays, LinearAlgebra, OffsetArrays,
ProgressMeter, LinearMaps, Random, SpecialFunctions
ProgressMeter, LinearMaps, Random

using ExprTools

Expand Down

0 comments on commit adddeae

Please sign in to comment.