Skip to content

Commit

Permalink
Fix compat
Browse files Browse the repository at this point in the history
  • Loading branch information
islent committed Feb 6, 2020
1 parent dc7de1b commit dc6e7a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"

[[Measurements]]
deps = ["Calculus", "LinearAlgebra", "RecipesBase", "Requires"]
git-tree-sha1 = "f65e8d655774a16e15938339a43ec47bcfc84cf2"
git-tree-sha1 = "789f2b93fe8d6546a5700eb62aba979857528048"
uuid = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
version = "2.1.1"
version = "2.2.0"

[[NearestNeighbors]]
deps = ["Distances", "StaticArrays"]
Expand All @@ -74,7 +74,7 @@ uuid = "5ad8b20f-a522-5ce9-bfc9-ddf1d5bda6ab"
version = "0.2.0"

[[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"

[[Printf]]
Expand All @@ -96,9 +96,9 @@ version = "0.7.0"

[[Requires]]
deps = ["UUIDs"]
git-tree-sha1 = "999513b7dea8ac17359ed50ae8ea089e4464e35e"
git-tree-sha1 = "d37400976e98018ee840e0ca4f9d20baa231dc6b"
uuid = "ae029012-a4dd-5104-9daa-d747884805df"
version = "1.0.0"
version = "1.0.1"

[[Roots]]
deps = ["Printf"]
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"
DocStringExtensions = "0.8"
NearestNeighbors = "0.4"
PhysicalConstants = "0.2"
Unitful = "1.0"
UnitfulAstro = "1.0"
julia = "1.2.0"
Unitful = "0.18"
UnitfulAstro = "1.0"

0 comments on commit dc6e7a8

Please sign in to comment.