We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf53867 + 5918f66 commit 3bb9e91Copy full SHA for 3bb9e91
.travis.yml
@@ -4,8 +4,7 @@ os:
4
- osx
5
julia:
6
- 1.0
7
- - 1.3
8
- - 1.4
+ - 1.5
9
- nightly
10
11
branches:
Project.toml
@@ -17,14 +17,14 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
17
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
18
19
[compat]
20
-CSV = "^0.7.0"
21
-DataFrames = "^0.21.8"
22
-Combinatorics = "^1.0.2"
23
-Distributions = "^0.24.0"
24
-FFTW = "^1.2.4"
25
-RecipesBase = "1.1.0"
26
-StatsBase = "0.33.2"
27
-julia = "^1"
+CSV = "0.7.0, 0.8.0"
+DataFrames = "0.21, 0.22"
+Combinatorics = "1"
+Distributions = "0.24"
+FFTW = "1"
+RecipesBase = "1"
+StatsBase = "0.33"
+julia = "1"
28
29
[extras]
30
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments