diff --git a/A/ArgoData/Compat.toml b/A/ArgoData/Compat.toml index 56179d65be355e0..5bffa67541811aa 100644 --- a/A/ArgoData/Compat.toml +++ b/A/ArgoData/Compat.toml @@ -48,6 +48,9 @@ Climatology = "0.5" ["0.1.22-0"] JLD2 = "0.4-0.5" +["0.1.23-0"] +NetworkOptions = "1" + ["0.1.3"] CSV = "0.6" DataFrames = "0.20" diff --git a/A/ArgoData/Deps.toml b/A/ArgoData/Deps.toml index 21d91c0b8a3ff65..55d1ee9fa384953 100644 --- a/A/ArgoData/Deps.toml +++ b/A/ArgoData/Deps.toml @@ -23,6 +23,9 @@ JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" Bootstrap = "e28b5b4c-05e8-5b66-bc03-6f0c0a0a06e0" Climatology = "9e9a4d37-2d2e-41e3-8b85-f7978328d9c7" +["0.1.23-0"] +NetworkOptions = "ca575930-c2e3-43a9-ace4-1e988b2c1908" + ["0.1.3-0"] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" diff --git a/A/ArgoData/Versions.toml b/A/ArgoData/Versions.toml index a66c2dfc314020c..08ab6003b4da3b3 100644 --- a/A/ArgoData/Versions.toml +++ b/A/ArgoData/Versions.toml @@ -66,3 +66,6 @@ git-tree-sha1 = "2e5dde7fbbd35376bac9a8dab45a11f93b2e72a9" ["0.1.22"] git-tree-sha1 = "20702fc26aa984ccadbcf852716e7d3257fb9914" + +["0.1.23"] +git-tree-sha1 = "c34a4515dd0b53f7c628101c39e60f0d633b76be" diff --git a/A/ArgoData/WeakCompat.toml b/A/ArgoData/WeakCompat.toml index ab6c08dd2467e17..601d354f3c4e23c 100644 --- a/A/ArgoData/WeakCompat.toml +++ b/A/ArgoData/WeakCompat.toml @@ -2,3 +2,7 @@ Conda = "1" Makie = "0.21" PyCall = "1" + +["0.1.23-0"] +CondaPkg = "0.2" +PythonCall = "0.9" diff --git a/A/ArgoData/WeakDeps.toml b/A/ArgoData/WeakDeps.toml index d5e3c2dccfe60dc..8611b19fe22dc8f 100644 --- a/A/ArgoData/WeakDeps.toml +++ b/A/ArgoData/WeakDeps.toml @@ -2,3 +2,7 @@ Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d" Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0" + +["0.1.23-0"] +CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab" +PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"