Skip to content

Commit

Permalink
added version bounds for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Nov 20, 2019
1 parent e6ea26b commit d5e4b3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
10 changes: 2 additions & 8 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,6 @@ git-tree-sha1 = "b2cf74f09216cfe3c241e8484178ec0ea941870f"
uuid = "1a297f60-69ca-5386-bcde-b61e274b549b"
version = "0.8.1"

[[FiniteDifferences]]
deps = ["LinearAlgebra", "Printf"]
git-tree-sha1 = "712a747a0106ad1cca0947e3d1e765cf17dee8b8"
uuid = "26cc04aa-876d-5657-8c51-4c34ba976000"
version = "0.9.0"

[[ForwardDiff]]
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "NaNMath", "Random", "SpecialFunctions", "StaticArrays"]
git-tree-sha1 = "4407e7b76999eca2646abdb68203bd4302476168"
Expand Down Expand Up @@ -196,9 +190,9 @@ version = "0.9.10"

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

[[Pkg]]
deps = ["Dates", "LibGit2", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
Expand Down
8 changes: 5 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
Combinatorics = "0.7"
PDMats = "0.9"
StatsFuns = "0.8"
Distributions = "0.21.6"
ForwardDiff = "0.10.6"
PDMats = "0.9"
StatsFuns = "0.8, 0.9"
Tracker = "0.2.5"
Zygote = "0.4.1"
julia = "1"

[extras]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "FiniteDifferences"]

0 comments on commit d5e4b3b

Please sign in to comment.