Skip to content

Commit

Permalink
add min versions in REQUIRE
Browse files Browse the repository at this point in the history
  • Loading branch information
jlapeyre committed Jul 12, 2018
1 parent 979ff10 commit 9b2c5d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Linux, OSX: [![Build Status](https://travis-ci.org/jlapeyre/InverseLaplace.jl.sv
[![Coverage Status](https://coveralls.io/repos/github/jlapeyre/InverseLaplace.jl/badge.svg?branch=master)](https://coveralls.io/github/jlapeyre/InverseLaplace.jl?branch=master)
[![codecov](https://codecov.io/gh/jlapeyre/InverseLaplace.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/jlapeyre/InverseLaplace.jl)



This implements some numerical methods for computing inverse Laplace transforms in Julia.

InverseLaplace v0.1.0 is the last version that supports Julia v0.6
Expand Down
6 changes: 3 additions & 3 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
julia 0.7-beta
SpecialFunctions
SpecialFunctions 0.6.0
# Optim
AbstractFFTs
FFTW
AbstractFFTs 0.3.2
FFTW 0.2.3

0 comments on commit 9b2c5d8

Please sign in to comment.