We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747720f commit 6d4545aCopy full SHA for 6d4545a
1 file changed
Project.toml
@@ -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.8, 0.9, 0.10"
19
-DataFrames = "0.21, 0.22, 1.0, 1.1"
+CSV = "0.7, 0.10"
+DataFrames = "1"
20
Interpolations = "0.12, 0.13"
21
-NaNMath = "0.3"
22
-Query = "1.0"
23
-SpecialFunctions = "1.0, 1.1"
24
-julia = "1.6"
+NaNMath = "0.3, 1"
+Query = "1"
+SpecialFunctions = "1, 2"
+julia = "^1.6"
25
26
[extras]
27
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments