Skip to content

Commit 291e629

Browse files
committed
Update environment
1 parent f134040 commit 291e629

File tree

2 files changed

+67
-57
lines changed

2 files changed

+67
-57
lines changed

Manifest.toml

Lines changed: 66 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,20 @@ uuid = "27a7e980-b3e6-11e9-2bcd-0b925532e340"
8888
version = "0.4.2"
8989

9090
[[deps.ArchGDAL]]
91-
deps = ["CEnum", "ColorTypes", "Dates", "DiskArrays", "Extents", "GDAL", "GeoFormatTypes", "GeoInterface", "GeoInterfaceMakie", "GeoInterfaceRecipes", "ImageCore", "Tables"]
92-
git-tree-sha1 = "706bc126751ce5468cb2b31b5620eb765a3275cf"
91+
deps = ["CEnum", "ColorTypes", "Dates", "DiskArrays", "Extents", "GDAL", "GeoFormatTypes", "GeoInterface", "ImageCore", "Tables"]
92+
git-tree-sha1 = "7048c7ffbdac14fe76f50ad3cce335cbff8b7816"
9393
uuid = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
94-
version = "0.10.8"
94+
version = "0.10.10"
9595

9696
[deps.ArchGDAL.extensions]
9797
ArchGDALJLD2Ext = "JLD2"
9898
ArchGDALMakieExt = "Makie"
99+
ArchGDALRecipesBaseExt = "RecipesBase"
99100

100101
[deps.ArchGDAL.weakdeps]
101102
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
102103
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
104+
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
103105

104106
[[deps.ArgCheck]]
105107
git-tree-sha1 = "f9e9a66c9b7be1ad7372bbd9b062d9230c30c5ce"
@@ -284,9 +286,9 @@ version = "1.1.1"
284286

285287
[[deps.CairoMakie]]
286288
deps = ["CRC32c", "Cairo", "Cairo_jll", "Colors", "FileIO", "FreeType", "GeometryBasics", "LinearAlgebra", "Makie", "PrecompileTools"]
287-
git-tree-sha1 = "9bd45574379e50579a78774334f4a1f1238c0af5"
289+
git-tree-sha1 = "22e8c06a60dd4894a5e74dba616e636cb6ebe13c"
288290
uuid = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
289-
version = "0.13.10"
291+
version = "0.15.3"
290292

291293
[[deps.Cairo_jll]]
292294
deps = ["Artifacts", "Bzip2_jll", "CompilerSupportLibraries_jll", "Fontconfig_jll", "FreeType2_jll", "Glib_jll", "JLLWrappers", "LZO_jll", "Libdl", "Pixman_jll", "Xorg_libXext_jll", "Xorg_libXrender_jll", "Zlib_jll", "libpng_jll"]
@@ -299,14 +301,19 @@ deps = ["DataAPI", "Future", "Missings", "Printf", "Requires", "Statistics", "Un
299301
git-tree-sha1 = "1568b28f91293458345dabba6a5ea3f183250a61"
300302
uuid = "324d7699-5711-5eae-9e2f-1d82baa6b597"
301303
version = "0.10.8"
302-
weakdeps = ["JSON", "RecipesBase", "SentinelArrays", "StructTypes"]
303304

304305
[deps.CategoricalArrays.extensions]
305306
CategoricalArraysJSONExt = "JSON"
306307
CategoricalArraysRecipesBaseExt = "RecipesBase"
307308
CategoricalArraysSentinelArraysExt = "SentinelArrays"
308309
CategoricalArraysStructTypesExt = "StructTypes"
309310

311+
[deps.CategoricalArrays.weakdeps]
312+
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
313+
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
314+
SentinelArrays = "91c51154-3ec4-41a3-a24f-3f23e20d615c"
315+
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
316+
310317
[[deps.Chain]]
311318
git-tree-sha1 = "9ae9be75ad8ad9d26395bf625dea9beac6d519f1"
312319
uuid = "8be319e6-bccf-4806-a6f7-6fae938471bc"
@@ -493,6 +500,12 @@ weakdeps = ["InverseFunctions"]
493500
[deps.CompositionsBase.extensions]
494501
CompositionsBaseInverseFunctionsExt = "InverseFunctions"
495502

503+
[[deps.ComputePipeline]]
504+
deps = ["Observables", "Preferences"]
505+
git-tree-sha1 = "21d0d31878a58a902013389bf5c0fcc5be4bbe5a"
506+
uuid = "95dc2771-c249-4cd0-9c9f-1f3b4330693c"
507+
version = "0.1.2"
508+
496509
[[deps.ConcurrentUtilities]]
497510
deps = ["Serialization", "Sockets"]
498511
git-tree-sha1 = "d9d26935a0bcffc87d2613ce14c527c99fc543fd"
@@ -523,9 +536,9 @@ version = "0.1.8"
523536

524537
[[deps.CoordRefSystems]]
525538
deps = ["Random", "Rotations", "StaticArrays", "Unitful", "Zygote"]
526-
git-tree-sha1 = "b4e0d654987c46a63e52f45a7ae8eacd2701574d"
539+
git-tree-sha1 = "53fb6b057e3e67c617dd0ce735bdfaed6459c6f2"
527540
uuid = "b46f11dc-f210-4604-bfba-323c1ec968cb"
528-
version = "0.18.6"
541+
version = "0.18.7"
529542

530543
[[deps.CpuId]]
531544
deps = ["Markdown"]
@@ -674,9 +687,9 @@ version = "1.15.1"
674687

675688
[[deps.DifferentiationInterface]]
676689
deps = ["ADTypes", "LinearAlgebra"]
677-
git-tree-sha1 = "c092fd1dd0d94e609cd0d29e13897b2825c804bb"
690+
git-tree-sha1 = "f620da805b82bec64ab4d5f881c7592c82dbc08a"
678691
uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
679-
version = "0.7.2"
692+
version = "0.7.3"
680693

681694
[deps.DifferentiationInterface.extensions]
682695
DifferentiationInterfaceChainRulesCoreExt = "ChainRulesCore"
@@ -952,9 +965,9 @@ version = "1.11.0"
952965

953966
[[deps.GDAL_jll]]
954967
deps = ["Arrow_jll", "Artifacts", "Blosc_jll", "Expat_jll", "GEOS_jll", "HDF4_jll", "HDF5_jll", "JLLWrappers", "LERC_jll", "LibCURL_jll", "LibPQ_jll", "Libdl", "Libtiff_jll", "Lz4_jll", "NetCDF_jll", "OpenJpeg_jll", "PCRE2_jll", "PROJ_jll", "Qhull_jll", "SQLite_jll", "XML2_jll", "XZ_jll", "Zlib_jll", "Zstd_jll", "libgeotiff_jll", "libpng_jll", "libwebp_jll", "muparser_jll"]
955-
git-tree-sha1 = "04020fb34b3a9fc06cc2fcdf84bfefcc307eac11"
968+
git-tree-sha1 = "b481f0406aa3ac44cef6d7fb98236b2b4a028316"
956969
uuid = "a7073274-a066-55f0-b90d-d619367d196c"
957-
version = "303.1100.100+0"
970+
version = "303.1100.300+0"
958971

959972
[[deps.GEOS_jll]]
960973
deps = ["Artifacts", "JLLWrappers", "Libdl"]
@@ -999,31 +1012,32 @@ version = "1.20.7"
9991012

10001013
[[deps.GeoInterface]]
10011014
deps = ["DataAPI", "Extents", "GeoFormatTypes"]
1002-
git-tree-sha1 = "294e99f19869d0b0cb71aef92f19d03649d028d5"
1015+
git-tree-sha1 = "0f265264b9287a19715dc5d491dbe3aff00c1e71"
10031016
uuid = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
1004-
version = "1.4.1"
1017+
version = "1.5.0"
10051018

1006-
[[deps.GeoInterfaceMakie]]
1007-
deps = ["GeoInterface", "GeometryBasics", "MakieCore"]
1008-
git-tree-sha1 = "378afe561ba990392146e1a7abd472c7db7f1479"
1009-
uuid = "0edc0954-3250-4c18-859d-ec71c1660c08"
1010-
version = "0.1.9"
1019+
[deps.GeoInterface.extensions]
1020+
GeoInterfaceMakieExt = ["Makie", "GeometryBasics"]
1021+
GeoInterfaceRecipesBaseExt = "RecipesBase"
10111022

1012-
[[deps.GeoInterfaceRecipes]]
1013-
deps = ["GeoInterface", "RecipesBase"]
1014-
git-tree-sha1 = "fb1156076f24f1dfee45b3feadb31d05730a49ac"
1015-
uuid = "0329782f-3d07-4b52-b9f6-d3137cf03c7a"
1016-
version = "1.0.2"
1023+
[deps.GeoInterface.weakdeps]
1024+
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
1025+
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
1026+
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
10171027

10181028
[[deps.GeoJSON]]
1019-
deps = ["Extents", "GeoFormatTypes", "GeoInterface", "GeoInterfaceMakie", "GeoInterfaceRecipes", "JSON3", "StructTypes", "Tables"]
1020-
git-tree-sha1 = "c803640368acf4ae02bb5a69a986cecc4a5cb984"
1029+
deps = ["Extents", "GeoFormatTypes", "GeoInterface", "JSON3", "StructTypes", "Tables"]
1030+
git-tree-sha1 = "ce64817b826c36b30493b31be2ce53c55a277835"
10211031
uuid = "61d90e0f-e114-555e-ac52-39dfb47a3ef9"
1022-
version = "0.8.3"
1023-
weakdeps = ["Makie"]
1032+
version = "0.8.4"
10241033

10251034
[deps.GeoJSON.extensions]
10261035
GeoJSONMakieExt = "Makie"
1036+
GeoJSONRecipesBaseExt = "RecipesBase"
1037+
1038+
[deps.GeoJSON.weakdeps]
1039+
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
1040+
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
10271041

10281042
[[deps.GeoParquet]]
10291043
deps = ["DataFrames", "Extents", "GeoFormatTypes", "GeoInterface", "JSON3", "Parquet2", "StructTypes", "Tables", "WellKnownGeometry"]
@@ -1066,9 +1080,9 @@ weakdeps = ["Makie"]
10661080

10671081
[[deps.GeoStatsModels]]
10681082
deps = ["Combinatorics", "CoordRefSystems", "Distances", "Distributions", "GeoStatsFunctions", "GeoTables", "LinearAlgebra", "Meshes", "Statistics", "Tables", "Unitful"]
1069-
git-tree-sha1 = "090bb65edfc1deb15ced521f4e5921ac5e353fea"
1083+
git-tree-sha1 = "7f67c35895eeb04d6c050aa25143fa5ec22a6236"
10701084
uuid = "ad987403-13c5-47b5-afee-0a48f6ac4f12"
1071-
version = "0.12.3"
1085+
version = "0.12.4"
10721086

10731087
[[deps.GeoStatsProcesses]]
10741088
deps = ["Bessels", "CpuId", "Distances", "Distributed", "Distributions", "FFTW", "GeoStatsFunctions", "GeoStatsModels", "GeoTables", "LinearAlgebra", "Meshes", "ProgressMeter", "Random", "Statistics", "TableTransforms", "Tables", "Unitful"]
@@ -1088,9 +1102,9 @@ version = "0.11.12"
10881102

10891103
[[deps.GeoStatsTransforms]]
10901104
deps = ["ArnoldiMethod", "CategoricalArrays", "Clustering", "ColumnSelectors", "Combinatorics", "DataScienceTraits", "Distances", "GeoStatsFunctions", "GeoStatsModels", "GeoTables", "LinearAlgebra", "Meshes", "OhMyThreads", "PrecompileTools", "Random", "SparseArrays", "Statistics", "TableDistances", "TableTransforms", "Tables", "TiledIteration", "Unitful"]
1091-
git-tree-sha1 = "85405880384649ad4dcbc327a07450b1da41adc4"
1105+
git-tree-sha1 = "8d2c5748301f94263e398cb823d40b8d261373ee"
10921106
uuid = "725d9659-360f-4996-9c94-5f19c7e4a8a6"
1093-
version = "0.12.13"
1107+
version = "0.12.14"
10941108

10951109
[[deps.GeoStatsValidation]]
10961110
deps = ["ColumnSelectors", "DataScienceTraits", "DensityRatioEstimation", "GeoStatsBase", "GeoStatsModels", "GeoStatsTransforms", "GeoTables", "LossFunctions", "Meshes", "StatsLearnModels"]
@@ -1348,13 +1362,17 @@ version = "0.22.36"
13481362
git-tree-sha1 = "5fbb102dcb8b1a858111ae81d56682376130517d"
13491363
uuid = "8197267c-284f-5f27-9208-e0e47529a953"
13501364
version = "0.7.11"
1351-
weakdeps = ["Random", "RecipesBase", "Statistics"]
13521365

13531366
[deps.IntervalSets.extensions]
13541367
IntervalSetsRandomExt = "Random"
13551368
IntervalSetsRecipesBaseExt = "RecipesBase"
13561369
IntervalSetsStatisticsExt = "Statistics"
13571370

1371+
[deps.IntervalSets.weakdeps]
1372+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1373+
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
1374+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1375+
13581376
[[deps.InverseFunctions]]
13591377
git-tree-sha1 = "a779299d77cd080bf77b97535acecd73e1c5e5cb"
13601378
uuid = "3587e190-3f89-42d0-90ee-14403ec27112"
@@ -1689,16 +1707,10 @@ uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
16891707
version = "0.5.16"
16901708

16911709
[[deps.Makie]]
1692-
deps = ["Animations", "Base64", "CRC32c", "ColorBrewer", "ColorSchemes", "ColorTypes", "Colors", "Contour", "Dates", "DelaunayTriangulation", "Distributions", "DocStringExtensions", "Downloads", "FFMPEG_jll", "FileIO", "FilePaths", "FixedPointNumbers", "Format", "FreeType", "FreeTypeAbstraction", "GeometryBasics", "GridLayoutBase", "ImageBase", "ImageIO", "InteractiveUtils", "Interpolations", "IntervalSets", "InverseFunctions", "Isoband", "KernelDensity", "LaTeXStrings", "LinearAlgebra", "MacroTools", "MakieCore", "Markdown", "MathTeXEngine", "Observables", "OffsetArrays", "PNGFiles", "Packing", "PlotUtils", "PolygonOps", "PrecompileTools", "Printf", "REPL", "Random", "RelocatableFolders", "Scratch", "ShaderAbstractions", "Showoff", "SignedDistanceFields", "SparseArrays", "Statistics", "StatsBase", "StatsFuns", "StructArrays", "TriplotBase", "UnicodeFun", "Unitful"]
1693-
git-tree-sha1 = "1d7d16f0e02ec063becd7a140f619b2ffe5f2b11"
1710+
deps = ["Animations", "Base64", "CRC32c", "ColorBrewer", "ColorSchemes", "ColorTypes", "Colors", "ComputePipeline", "Contour", "Dates", "DelaunayTriangulation", "Distributions", "DocStringExtensions", "Downloads", "FFMPEG_jll", "FileIO", "FilePaths", "FixedPointNumbers", "Format", "FreeType", "FreeTypeAbstraction", "GeometryBasics", "GridLayoutBase", "ImageBase", "ImageIO", "InteractiveUtils", "Interpolations", "IntervalSets", "InverseFunctions", "Isoband", "KernelDensity", "LaTeXStrings", "LinearAlgebra", "MacroTools", "Markdown", "MathTeXEngine", "Observables", "OffsetArrays", "PNGFiles", "Packing", "Pkg", "PlotUtils", "PolygonOps", "PrecompileTools", "Printf", "REPL", "Random", "RelocatableFolders", "Scratch", "ShaderAbstractions", "Showoff", "SignedDistanceFields", "SparseArrays", "Statistics", "StatsBase", "StatsFuns", "StructArrays", "TriplotBase", "UnicodeFun", "Unitful"]
1711+
git-tree-sha1 = "8ca3fbbe6685f2fb232526cabe25ef471d520c37"
16941712
uuid = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
1695-
version = "0.22.10"
1696-
1697-
[[deps.MakieCore]]
1698-
deps = ["ColorTypes", "GeometryBasics", "IntervalSets", "Observables"]
1699-
git-tree-sha1 = "c3159eb1e3aa3e409edbb71f4035ed8b1fc16e23"
1700-
uuid = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
1701-
version = "0.9.5"
1713+
version = "0.24.3"
17021714

17031715
[[deps.MappedArrays]]
17041716
git-tree-sha1 = "2dab0221fe2b0f2cb6754eaa743cc266339f527e"
@@ -2160,12 +2172,6 @@ git-tree-sha1 = "9f0a1b71baaf7650f4fa8a1d168c7fb6ee41f0c9"
21602172
uuid = "c1ae055f-0cd5-4b69-90a6-9a35b1a98df9"
21612173
version = "0.1.0"
21622174

2163-
[[deps.RecipesBase]]
2164-
deps = ["PrecompileTools"]
2165-
git-tree-sha1 = "5c3d09cc4f31f5fc6af001c250bf1278733100ff"
2166-
uuid = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
2167-
version = "1.3.4"
2168-
21692175
[[deps.Reexport]]
21702176
git-tree-sha1 = "45e428421666073eab6f2da5c9d310d99bb12f9b"
21712177
uuid = "189a3867-3050-52da-a836-e630ba90ab69"
@@ -2200,11 +2206,13 @@ deps = ["LinearAlgebra", "Quaternions", "Random", "StaticArrays"]
22002206
git-tree-sha1 = "5680a9276685d392c87407df00d57c9924d9f11e"
22012207
uuid = "6038ab10-8711-5258-84ad-4b1120ba62dc"
22022208
version = "1.7.1"
2203-
weakdeps = ["RecipesBase"]
22042209

22052210
[deps.Rotations.extensions]
22062211
RotationsRecipesBaseExt = "RecipesBase"
22072212

2213+
[deps.Rotations.weakdeps]
2214+
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
2215+
22082216
[[deps.RoundingEmulator]]
22092217
git-tree-sha1 = "40b9edad2e5287e05bd413a38f61a8ff55b9557b"
22102218
uuid = "5eaf0fd0-dfba-4ccb-bf02-d820a40db705"
@@ -2239,9 +2247,9 @@ version = "0.5.0"
22392247

22402248
[[deps.ScopedValues]]
22412249
deps = ["HashArrayMappedTries", "Logging"]
2242-
git-tree-sha1 = "1147f140b4c8ddab224c94efa9569fc23d63ab44"
2250+
git-tree-sha1 = "7f44eef6b1d284465fafc66baf4d9bdcc239a15b"
22432251
uuid = "7e506255-f358-4e82-b7e4-beb19740aa63"
2244-
version = "1.3.0"
2252+
version = "1.4.0"
22452253

22462254
[[deps.Scratch]]
22472255
deps = ["Dates"]
@@ -2272,17 +2280,19 @@ uuid = "65257c39-d410-5151-9873-9b3e5be5013e"
22722280
version = "0.5.0"
22732281

22742282
[[deps.Shapefile]]
2275-
deps = ["DBFTables", "Extents", "GeoFormatTypes", "GeoInterface", "GeoInterfaceMakie", "GeoInterfaceRecipes", "OrderedCollections", "RecipesBase", "Tables"]
2276-
git-tree-sha1 = "a641a9620394bf0ac1514c97bbae20e2fe1671b3"
2283+
deps = ["DBFTables", "DataAPI", "Extents", "GeoFormatTypes", "GeoInterface", "OrderedCollections", "Tables"]
2284+
git-tree-sha1 = "761a19d86ab3e90ed4dcb07692b2ce225124feb3"
22772285
uuid = "8e980c4a-a4fe-5da2-b3a7-4b4b0353a2f4"
2278-
version = "0.13.2"
2286+
version = "0.13.3"
22792287

22802288
[deps.Shapefile.extensions]
22812289
ShapefileMakieExt = "Makie"
2290+
ShapefileRecipesBaseExt = "RecipesBase"
22822291
ShapefileZipFileExt = "ZipFile"
22832292

22842293
[deps.Shapefile.weakdeps]
22852294
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
2295+
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
22862296
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
22872297

22882298
[[deps.SharedArrays]]
@@ -2403,9 +2413,9 @@ weakdeps = ["OffsetArrays", "StaticArrays"]
24032413

24042414
[[deps.StaticArrays]]
24052415
deps = ["LinearAlgebra", "PrecompileTools", "Random", "StaticArraysCore"]
2406-
git-tree-sha1 = "0feb6b9031bd5c51f9072393eb5ab3efd31bf9e4"
2416+
git-tree-sha1 = "cbea8a6bd7bed51b1619658dec70035e07b8502f"
24072417
uuid = "90137ffa-7385-5640-81b9-e52037218182"
2408-
version = "1.9.13"
2418+
version = "1.9.14"
24092419
weakdeps = ["ChainRulesCore", "Statistics"]
24102420

24112421
[deps.StaticArrays.extensions]

preface.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pkg"add GeoStats@0.81.1"
121121
pkg"add GeoIO@1.20.7"
122122

123123
# install viz modules
124-
pkg"add CairoMakie@0.13.10"
124+
pkg"add CairoMakie@0.15.3"
125125
pkg"add PairPlots@3.0.2"
126126

127127
# install other modules

0 commit comments

Comments
 (0)