Skip to content

Commit

Permalink
Compat
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Oct 26, 2019
1 parent 9c860b3 commit 5bcd3a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 6 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
name = "Anasol"
uuid = "fd9e7046-df80-5870-8bf6-b6b2342464ec"
version = "0.5.3"
version = "0.6"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocumentFunction = "e1f3b4f0-2dc4-57d3-83f7-d4b7faf3b05b"
MetaProgTools = "b1909ce5-9a67-5ea4-ba1b-9d85528f5779"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"

[compat]
Compat = "≥ 0.7.15"
julia = "≥ 1.1.0"
Distributions = "^0"
DocumentFunction = "^0"
MetaProgTools = "^0"
QuadGK = "^2"
julia = "^1"

[extras]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand Down
2 changes: 0 additions & 2 deletions src/Anasol.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ import DocumentFunction
import Distributions
import QuadGK
import DelimitedFiles
import Compat
import Compat.string
using Base.Cartesian

include("newanasol.jl")
Expand Down

0 comments on commit 5bcd3a7

Please sign in to comment.