Skip to content

Commit

Permalink
Merge #394
Browse files Browse the repository at this point in the history
394: looser bounds r=MikeInnes a=MikeInnes

bors r+

Co-authored-by: Mike J Innes <[email protected]>
  • Loading branch information
bors[bot] and MikeInnes authored Nov 6, 2019
2 parents 6286af9 + 6fe0d92 commit 6296f3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ version = "0.8.10"

[[BinaryProvider]]
deps = ["Libdl", "SHA"]
git-tree-sha1 = "29995a7b317bbd06be147e1974a3541ce2502dca"
git-tree-sha1 = "5b08ed6036d9d3f0ee6369410b830f8873d4024c"
uuid = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
version = "0.5.7"
version = "0.5.8"

[[CSTParser]]
deps = ["Tokenize"]
Expand Down Expand Up @@ -90,6 +90,7 @@ version = "1.0.1"
[[FillArrays]]
deps = ["LinearAlgebra", "Random", "SparseArrays"]
git-tree-sha1 = "de38b0253ade98340fabaf220f368f6144541938"
pinned = true
uuid = "1a297f60-69ca-5386-bcde-b61e274b549b"
version = "0.7.4"

Expand Down Expand Up @@ -161,9 +162,9 @@ version = "1.1.0"

[[Parsers]]
deps = ["Dates", "Test"]
git-tree-sha1 = "ef0af6c8601db18c282d092ccbd2f01f3f0cd70b"
git-tree-sha1 = "c56ecb484f286639f161e712b8311f5ab77e8d32"
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
version = "0.3.7"
version = "0.3.8"

[[Pkg]]
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
DiffRules = "0.0"
FFTW = "1"
FillArrays = "0"
ForwardDiff = "0.10"
ForwardDiff = "0"
IRTools = "0.3"
MacroTools = "0.5"
NNlib = "0.6"
NaNMath = "0.3"
NaNMath = "0"
Requires = "0.5"
SpecialFunctions = "0.8"
SpecialFunctions = "0"
ZygoteRules = "0.2"
julia = "1"

Expand Down

0 comments on commit 6296f3f

Please sign in to comment.