Skip to content

Commit

Permalink
Updating compat flags
Browse files Browse the repository at this point in the history
  • Loading branch information
RGerzaguet committed Nov 28, 2019
1 parent 02e58b4 commit 35382b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ uuid = "d96e819e-fc66-5662-9728-84c9c7592b0a"
version = "0.10.3"

[[Pkg]]
deps = ["Dates", "LibGit2", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[[Polynomials]]
Expand Down
10 changes: 4 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"



[compat]
julia = "1"
DSP = "0.5, 0.6"
SpecialFunctions = "0.8"
Parameters = "0.12"
FFTW = "0.3, 1.0"
FFTW = "0.2,0.3, 1.0"
Parameters = "0.10,0.11,0.12"
SpecialFunctions = "0.7.2,0.8"
julia = "1"

0 comments on commit 35382b9

Please sign in to comment.