Skip to content

Commit 5918f66

Browse files
committed
Tolerate additional dependency versions
Care has been taken to accept all dependency versions that were acceptable before, but many version constraints have been relaxed significantly.
1 parent cf53867 commit 5918f66

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ os:
44
- osx
55
julia:
66
- 1.0
7-
- 1.3
8-
- 1.4
7+
- 1.5
98
- nightly
109

1110
branches:

Project.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1717
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1818

1919
[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"
20+
CSV = "0.7.0, 0.8.0"
21+
DataFrames = "0.21, 0.22"
22+
Combinatorics = "1"
23+
Distributions = "0.24"
24+
FFTW = "1"
25+
RecipesBase = "1"
26+
StatsBase = "0.33"
27+
julia = "1"
2828

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

0 commit comments

Comments
 (0)