We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d4545a + a25cf0f commit 2aa8916Copy full SHA for 2aa8916
1 file changed
Project.toml
@@ -1,7 +1,7 @@
1
name = "RvSpectMLBase"
2
uuid = "c48404b2-35ea-40e7-ac7f-06a53de703d6"
3
authors = ["Eric Ford"]
4
-version = "0.2.1"
+version = "0.2.2"
5
6
[deps]
7
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
@@ -15,13 +15,13 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
15
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
16
17
[compat]
18
-CSV = "0.7, 0.10"
19
-DataFrames = "1"
20
-Interpolations = "0.12, 0.13"
+CSV = "0.7, 0.8, 0.9.11, 0.10"
+DataFrames = "0.21, 0.22, 1.0, 1.1"
+Interpolations = "0.12, 0.13, 0.14"
21
NaNMath = "0.3, 1"
22
-Query = "1"
23
-SpecialFunctions = "1, 2"
24
-julia = "^1.6"
+Query = "1.0"
+SpecialFunctions = "1.0, 1.1, 2"
+julia = "1.6, 1.7"
25
26
[extras]
27
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments