Skip to content

Commit 5b218b7

Browse files
committed
update compat
1 parent 8cdc5e5 commit 5b218b7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Project.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NeidSolarScripts"
22
uuid = "71cacfaf-3521-4e83-9e04-9e5e1461b034"
33
authors = ["Eric Ford", "Shubham Kanodia", "Andrea Lin"]
4-
version = "0.1.3"
4+
version = "0.1.4"
55

66
[deps]
77
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
@@ -50,22 +50,22 @@ SunAsAStar = "1bd1a468-645d-4223-8813-48273918c0e0"
5050
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
5151

5252
[compat]
53-
CSV = "0.7, 0.8, 0.9.11"
53+
CSV = "0.7, 0.8, 0.9.11, 0.10"
5454
DataFrames = "0.20, 0.21, 0.22, 0.23, 0.24, 1, 1.1"
5555
EchelleCCFs = ">=0.2.6"
5656
EchelleInstruments = ">=0.2.7"
5757
FileIO = "1.4"
5858
JLD2 = "0.4"
59-
LsqFit = "0.12"
59+
LsqFit = "0.12, 0.13"
6060
MD5 = "0.2"
61-
Missings = "0.4"
62-
MultivariateStats = "0.8"
61+
Missings = "0.4, 1"
62+
MultivariateStats = "0.8, 0.9, 0.10"
6363
Plots = "1"
6464
Query = "1"
6565
RvSpectML = ">=0.2.3"
6666
RvSpectMLBase = ">=0.2.1"
6767
Scalpels = "0.1"
6868
SortFilters = "0.1"
69-
StatsBase = "0.33"
69+
StatsBase = "0.33, 0.34"
7070
SunAsAStar = ">=0.1.1"
71-
julia = "1.6"
71+
julia = "1.6, 1.7, 1.8, 1.9"

0 commit comments

Comments
 (0)