Skip to content

Commit b53d04f

Browse files
committed
compat updates
1 parent 1483bbe commit b53d04f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RvSpectMLBase"
22
uuid = "c48404b2-35ea-40e7-ac7f-06a53de703d6"
33
authors = ["Eric Ford"]
4-
version = "0.2.1"
4+
version = "0.2.2"
55

66
[deps]
77
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
@@ -15,13 +15,13 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1515
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1616

1717
[compat]
18-
CSV = "0.7, 0.8"
18+
CSV = "0.7, 0.8, 0.9.11, 0.10"
1919
DataFrames = "0.21, 0.22, 1.0, 1.1"
2020
Interpolations = "0.12, 0.13"
21-
NaNMath = "0.3"
21+
NaNMath = "0.3, 1"
2222
Query = "1.0"
23-
SpecialFunctions = "1.0, 1.1"
24-
julia = "1.6"
23+
SpecialFunctions = "1.0, 1.1, 2"
24+
julia = "1.6, 1.7"
2525

2626
[extras]
2727
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)