Skip to content

Commit d443d74

Browse files
committed
Use SimpleUnPack (#147)
1 parent c775776 commit d443d74

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CalibrationErrors"
22
uuid = "33913031-fe46-5864-950f-100836f47845"
33
authors = ["David Widmann <[email protected]>"]
4-
version = "0.6.2"
4+
version = "0.6.3"
55

66
[deps]
77
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -12,10 +12,10 @@ KernelFunctions = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
1212
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1313
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
1414
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
15+
SimpleUnPack = "ce78b400-467f-4804-87d8-8f486da07d0a"
1516
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1617
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1718
Tulip = "6dd1b50a-3aae-11e9-10b5-ef983d2400fa"
18-
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
1919

2020
[compat]
2121
DataStructures = "0.17, 0.18"
@@ -25,7 +25,7 @@ ExactOptimalTransport = "0.1, 0.2"
2525
KernelFunctions = "0.10"
2626
PDMats = "0.10, 0.11"
2727
Reexport = "0.2, 1.0"
28+
SimpleUnPack = "1"
2829
StatsBase = "0.32, 0.33"
2930
Tulip = "0.7.5, 0.8, 0.9"
30-
UnPack = "0.1, 1"
3131
julia = "1.3"

src/CalibrationErrors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ using DataStructures
88
using ExactOptimalTransport: ExactOptimalTransport
99
@reexport using KernelFunctions
1010
using PDMats: PDMats
11+
using SimpleUnPack: @unpack
1112
using StatsBase: StatsBase
1213
using Tulip: Tulip
13-
using UnPack: @unpack
1414

1515
using LinearAlgebra
1616
using Statistics

0 commit comments

Comments
 (0)