Skip to content

Commit

Permalink
Add dependency on FFTW, bump Julia to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Jun 29, 2017
1 parent 07adccc commit 7b8ae57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ os:
- linux
- osx
julia:
- 0.5
- 0.6
- nightly
notifications:
email: false
Expand Down
3 changes: 2 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
julia 0.5
julia 0.6
PDMats 0.6.0
StatsFuns 0.3.1
Calculus
StatsBase 0.15.0
Compat 0.18.0
QuadGK 0.1.1
SpecialFunctions 0.1.0
FFTW
1 change: 1 addition & 0 deletions src/Distributions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ using StatsBase
using Compat

import QuadGK.quadgk
import FFTW.fft!
import Compat.view
import Base.Random
import Base: size, eltype, length, full, convert, show, getindex, scale!, rand, rand!
Expand Down

0 comments on commit 7b8ae57

Please sign in to comment.