Skip to content

Commit

Permalink
Update Manifest.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Aug 30, 2018
1 parent 9d97d42 commit 437791e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
version = "1.1.0"

[[DataFrames]]
deps = ["CategoricalArrays", "CodecZlib", "Compat", "DataStreams", "Missings", "Printf", "Reexport", "SortingAlgorithms", "Statistics", "StatsBase", "Tables", "TranscodingStreams", "Unicode", "WeakRefStrings"]
git-tree-sha1 = "3d6fe03f166514a21d2333cbfcc6001ebc24b00a"
deps = ["CategoricalArrays", "CodecZlib", "Compat", "DataStreams", "Dates", "InteractiveUtils", "IteratorInterfaceExtensions", "LinearAlgebra", "Missings", "Printf", "Random", "Reexport", "SortingAlgorithms", "Statistics", "StatsBase", "Tables", "Test", "TranscodingStreams", "Unicode", "WeakRefStrings"]
git-tree-sha1 = "0f31b9f80c3ac5edb8ee3a50b9296990482953cd"
repo-rev = "mdavezac-tables_integration"
repo-url = "https://github.com/JuliaData/DataFrames.jl"
uuid = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down Expand Up @@ -65,6 +65,12 @@ uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"
deps = ["LinearAlgebra", "Markdown"]
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"

[[IteratorInterfaceExtensions]]
deps = ["Test"]
git-tree-sha1 = "5484e5ede2a4137b9643f4d646e8e7b87b794415"
uuid = "82899510-4779-5014-852e-03e436cf321d"
version = "0.1.1"

[[JSON]]
deps = ["Dates", "Distributed", "Mmap", "Pkg", "Sockets", "Test", "Unicode"]
git-tree-sha1 = "fec8e4d433072731466d37ed0061b3ba7f70eeb9"
Expand Down

0 comments on commit 437791e

Please sign in to comment.