Skip to content

Commit 6bf67a1

Browse files
authored
Merge pull request #57 from awllee/master
Add lower bound to REQUIRE: Optim
2 parents a58dda2 + a0e5d33 commit 6bf67a1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ julia:
88
- nightly
99
matrix:
1010
allow_failures:
11-
- julia: 1.0
1211
- julia: nightly
1312
notifications:
1413
email: false

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
julia 0.7
22
StatsBase
33
Distributions
4-
Optim
4+
Optim 0.16
55
Interpolations
66
FFTW

0 commit comments

Comments
 (0)