Skip to content

Commit 0c4657c

Browse files
up Manifest
1 parent 219d313 commit 0c4657c

File tree

1 file changed

+32
-30
lines changed

1 file changed

+32
-30
lines changed

Manifest.toml

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ version = "0.1.16"
116116

117117
[[deps.BGZFStreams]]
118118
deps = ["CodecZlib"]
119-
git-tree-sha1 = "a9c80401403c068c02784cd53d417d3a82e2d2bd"
119+
git-tree-sha1 = "3aca54d25f8c30056577aa37ea68184da68df685"
120120
uuid = "28d598bf-9b8f-59f1-b38c-5a06b4a0f5e6"
121-
version = "0.3.1"
121+
version = "0.3.2"
122122

123123
[[deps.Base64]]
124124
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -277,9 +277,9 @@ version = "0.3.0"
277277

278278
[[deps.Compat]]
279279
deps = ["UUIDs"]
280-
git-tree-sha1 = "4e88377ae7ebeaf29a047aa1ee40826e0b708a5d"
280+
git-tree-sha1 = "5ce999a19f4ca23ea484e92a1774a61b8ca4cf8e"
281281
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
282-
version = "4.7.0"
282+
version = "4.8.0"
283283
weakdeps = ["Dates", "LinearAlgebra"]
284284

285285
[deps.Compat.extensions]
@@ -343,10 +343,10 @@ uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
343343
version = "1.15.0"
344344

345345
[[deps.DataFrames]]
346-
deps = ["Compat", "DataAPI", "Future", "InlineStrings", "InvertedIndices", "IteratorInterfaceExtensions", "LinearAlgebra", "Markdown", "Missings", "PooledArrays", "PrecompileTools", "PrettyTables", "Printf", "REPL", "Random", "Reexport", "SentinelArrays", "SortingAlgorithms", "Statistics", "TableTraits", "Tables", "Unicode"]
347-
git-tree-sha1 = "089d29c0fc00a190661517e4f3cba5dcb3fd0c08"
346+
deps = ["Compat", "DataAPI", "DataStructures", "Future", "InlineStrings", "InvertedIndices", "IteratorInterfaceExtensions", "LinearAlgebra", "Markdown", "Missings", "PooledArrays", "PrecompileTools", "PrettyTables", "Printf", "REPL", "Random", "Reexport", "SentinelArrays", "SortingAlgorithms", "Statistics", "TableTraits", "Tables", "Unicode"]
347+
git-tree-sha1 = "04c738083f29f86e62c8afc341f0967d8717bdb8"
348348
uuid = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
349-
version = "1.6.0"
349+
version = "1.6.1"
350350

351351
[[deps.DataStructures]]
352352
deps = ["Compat", "InteractiveUtils", "OrderedCollections"]
@@ -382,10 +382,14 @@ uuid = "b552c78f-8df3-52c6-915a-8e097449b14b"
382382
version = "1.15.1"
383383

384384
[[deps.Distances]]
385-
deps = ["LinearAlgebra", "SparseArrays", "Statistics", "StatsAPI"]
386-
git-tree-sha1 = "49eba9ad9f7ead780bfb7ee319f962c811c6d3b2"
385+
deps = ["LinearAlgebra", "Statistics", "StatsAPI"]
386+
git-tree-sha1 = "b6def76ffad15143924a2199f72a5cd883a2e8a9"
387387
uuid = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
388-
version = "0.10.8"
388+
version = "0.10.9"
389+
weakdeps = ["SparseArrays"]
390+
391+
[deps.Distances.extensions]
392+
DistancesSparseArraysExt = "SparseArrays"
389393

390394
[[deps.Distributed]]
391395
deps = ["Random", "Serialization", "Sockets"]
@@ -459,12 +463,6 @@ git-tree-sha1 = "335bfdceacc84c5cdf16aadc768aa5ddfc5383cc"
459463
uuid = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
460464
version = "0.8.4"
461465

462-
[[deps.Formatting]]
463-
deps = ["Printf"]
464-
git-tree-sha1 = "8339d61043228fdd3eb658d86c926cb282ae72a8"
465-
uuid = "59287772-0a20-5a39-b81b-1366585eb4c0"
466-
version = "0.4.2"
467-
468466
[[deps.ForwardDiff]]
469467
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "LinearAlgebra", "LogExpFunctions", "NaNMath", "Preferences", "Printf", "Random", "SpecialFunctions"]
470468
git-tree-sha1 = "00e252f4d706b3d55a8863432e742bf5717b498d"
@@ -650,20 +648,24 @@ version = "1.0.0"
650648

651649
[[deps.LoopVectorization]]
652650
deps = ["ArrayInterface", "ArrayInterfaceCore", "CPUSummary", "CloseOpenIntervals", "DocStringExtensions", "HostCPUFeatures", "IfElse", "LayoutPointers", "LinearAlgebra", "OffsetArrays", "PolyesterWeave", "PrecompileTools", "SIMDTypes", "SLEEFPirates", "Static", "StaticArrayInterface", "ThreadingUtilities", "UnPack", "VectorizationBase"]
653-
git-tree-sha1 = "b206c084b224dc16dbd8fce63dd34d5050e1e130"
651+
git-tree-sha1 = "c88a4afe1703d731b1c4fdf4e3c7e77e3b176ea2"
654652
uuid = "bdcacae8-1622-11e9-2a5c-532679323890"
655-
version = "0.12.164"
653+
version = "0.12.165"
656654
weakdeps = ["ChainRulesCore", "ForwardDiff", "SpecialFunctions"]
657655

658656
[deps.LoopVectorization.extensions]
659657
ForwardDiffExt = ["ChainRulesCore", "ForwardDiff"]
660658
SpecialFunctionsExt = "SpecialFunctions"
661659

662660
[[deps.LossFunctions]]
663-
deps = ["CategoricalArrays", "Markdown", "Statistics"]
664-
git-tree-sha1 = "44a7bfeb7b5eb9386a62b9cccc6e21f406c15bea"
661+
deps = ["Markdown", "Requires", "Statistics"]
662+
git-tree-sha1 = "065084a6e63bb30b622b46c613a8f61116787174"
665663
uuid = "30fc2ffe-d236-52d8-8643-a9d8f7c094a7"
666-
version = "0.10.0"
664+
version = "0.10.1"
665+
weakdeps = ["CategoricalArrays"]
666+
667+
[deps.LossFunctions.extensions]
668+
LossFunctionsCategoricalArraysExt = "CategoricalArrays"
667669

668670
[[deps.Lz4_jll]]
669671
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
@@ -673,9 +675,9 @@ version = "1.9.3+0"
673675

674676
[[deps.MLJBase]]
675677
deps = ["CategoricalArrays", "CategoricalDistributions", "ComputationalResources", "Dates", "DelimitedFiles", "Distributed", "Distributions", "InteractiveUtils", "InvertedIndices", "LinearAlgebra", "LossFunctions", "MLJModelInterface", "Missings", "OrderedCollections", "Parameters", "PrettyTables", "ProgressMeter", "Random", "ScientificTypes", "Serialization", "StatisticalTraits", "Statistics", "StatsBase", "Tables"]
676-
git-tree-sha1 = "4cc167b6c0a3ab25d7050e4ac38fe119e97cd1ab"
678+
git-tree-sha1 = "9094381ad079dde43c4c74a2f71926232f11cb12"
677679
uuid = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
678-
version = "0.21.11"
680+
version = "0.21.12"
679681

680682
[[deps.MLJGLMInterface]]
681683
deps = ["Distributions", "GLM", "MLJModelInterface", "StatsModels", "Tables"]
@@ -767,9 +769,9 @@ uuid = "efe28fd5-8261-553b-a9e1-b2916fc3738e"
767769
version = "0.5.5+0"
768770

769771
[[deps.OrderedCollections]]
770-
git-tree-sha1 = "d321bf2de576bf25ec4d3e4360faca399afca282"
772+
git-tree-sha1 = "2e73fe17cac3c62ad1aebe70d44c963c3cfdc3e3"
771773
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
772-
version = "1.6.0"
774+
version = "1.6.2"
773775

774776
[[deps.PDMats]]
775777
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
@@ -824,10 +826,10 @@ uuid = "54e16d92-306c-5ea0-a30b-337be88ac337"
824826
version = "0.4.1"
825827

826828
[[deps.PrettyTables]]
827-
deps = ["Crayons", "Formatting", "LaTeXStrings", "Markdown", "Reexport", "StringManipulation", "Tables"]
828-
git-tree-sha1 = "331cc8048cba270591eab381e7aa3e2e3fef7f5e"
829+
deps = ["Crayons", "LaTeXStrings", "Markdown", "Printf", "Reexport", "StringManipulation", "Tables"]
830+
git-tree-sha1 = "ee094908d720185ddbdc58dbe0c1cbe35453ec7a"
829831
uuid = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
830-
version = "2.2.5"
832+
version = "2.2.7"
831833

832834
[[deps.Printf]]
833835
deps = ["Unicode"]
@@ -1117,9 +1119,9 @@ version = "5.10.1+6"
11171119

11181120
[[deps.TMLE]]
11191121
deps = ["AbstractDifferentiation", "CategoricalArrays", "Configurations", "Distributions", "GLM", "HypothesisTests", "LogExpFunctions", "MLJBase", "MLJGLMInterface", "MLJModels", "Missings", "PrecompileTools", "PrettyTables", "Random", "Statistics", "TableOperations", "Tables", "YAML", "Zygote"]
1120-
git-tree-sha1 = "254382aa7b276278fc30aa172ea738830c059f77"
1122+
git-tree-sha1 = "740f18f15d4b8d5ed1d5317f16525bf0f9917351"
11211123
uuid = "8afdd2fb-6e73-43df-8b62-b1650cd9c8cf"
1122-
version = "0.11.3"
1124+
version = "0.11.4"
11231125

11241126
[[deps.TOML]]
11251127
deps = ["Dates"]

0 commit comments

Comments
 (0)