Skip to content

Commit

Permalink
tables performance not as important anymore - remove dependency whi…
Browse files Browse the repository at this point in the history
…ch was used to speed up that call
alecloudenback committed Mar 1, 2021
1 parent 4768e59 commit 17552a8
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
XMLDict = "228000da-037f-5747-90a9-8195ccbf91a5"

@@ -18,7 +17,6 @@ OffsetArrays = "1.0"
Parsers = "^1"
QuadGK = "^2.3"
Requires = "^1"
Transducers = "^0.4"
UnPack = "^1"
XMLDict = "0.4"
julia = "^1.4"
1 change: 0 additions & 1 deletion src/MortalityTables.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module MortalityTables
using Transducers
using OffsetArrays
using Parsers
using QuadGK

0 comments on commit 17552a8

Please sign in to comment.