Skip to content

Commit aa934cf

Browse files
authored
Merge pull request #104 from MegamindHenry/fix_datadeps_issue
Require at least Julia 1.9
2 parents 2f3bc10 + e8f99ae commit aa934cf

File tree

3 files changed

+28
-23
lines changed

3 files changed

+28
-23
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
version:
14-
- '1.7'
15-
- '1.8'
1614
- '1.9'
15+
- '1.10'
1716
os:
1817
- ubuntu-latest
1918
- macOS-latest

Manifest.toml

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.9.1"
3+
julia_version = "1.10.1"
44
manifest_format = "2.0"
5-
project_hash = "fc11b34313656aa4a9fcb827be49abd0e858606c"
5+
project_hash = "eaebb6896c34d9152ee2253aae2e0be35bc53bef"
66

77
[[deps.ArgTools]]
88
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
@@ -66,7 +66,7 @@ weakdeps = ["Dates", "LinearAlgebra"]
6666
[[deps.CompilerSupportLibraries_jll]]
6767
deps = ["Artifacts", "Libdl"]
6868
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
69-
version = "1.0.2+0"
69+
version = "1.1.0+0"
7070

7171
[[deps.ConcurrentUtilities]]
7272
deps = ["Serialization", "Sockets"]
@@ -278,21 +278,26 @@ version = "1.3.1"
278278
[[deps.LibCURL]]
279279
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
280280
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
281-
version = "0.6.3"
281+
version = "0.6.4"
282282

283283
[[deps.LibCURL_jll]]
284284
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
285285
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
286-
version = "7.84.0+0"
286+
version = "8.4.0+0"
287287

288288
[[deps.LibGit2]]
289-
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
289+
deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
290290
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
291291

292+
[[deps.LibGit2_jll]]
293+
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
294+
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
295+
version = "1.6.4+0"
296+
292297
[[deps.LibSSH2_jll]]
293298
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
294299
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
295-
version = "1.10.2+0"
300+
version = "1.11.0+1"
296301

297302
[[deps.Libdl]]
298303
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
@@ -339,7 +344,7 @@ version = "1.1.9"
339344
[[deps.MbedTLS_jll]]
340345
deps = ["Artifacts", "Libdl"]
341346
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
342-
version = "2.28.2+0"
347+
version = "2.28.2+1"
343348

344349
[[deps.Missings]]
345350
deps = ["DataAPI"]
@@ -352,7 +357,7 @@ uuid = "a63ad114-7e13-5084-954f-fe012c677804"
352357

353358
[[deps.MozillaCACerts_jll]]
354359
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
355-
version = "2022.10.11"
360+
version = "2023.1.10"
356361

357362
[[deps.NaNMath]]
358363
deps = ["OpenLibm_jll"]
@@ -367,12 +372,12 @@ version = "1.2.0"
367372
[[deps.OpenBLAS_jll]]
368373
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
369374
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
370-
version = "0.3.21+4"
375+
version = "0.3.23+4"
371376

372377
[[deps.OpenLibm_jll]]
373378
deps = ["Artifacts", "Libdl"]
374379
uuid = "05823500-19ac-5b8b-9628-191a04bc5112"
375-
version = "0.8.1+0"
380+
version = "0.8.1+2"
376381

377382
[[deps.OpenSSL]]
378383
deps = ["BitFlags", "Dates", "MozillaCACerts_jll", "OpenSSL_jll", "Sockets"]
@@ -412,7 +417,7 @@ version = "2.8.1"
412417
[[deps.Pkg]]
413418
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
414419
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
415-
version = "1.9.0"
420+
version = "1.10.0"
416421

417422
[[deps.PooledArrays]]
418423
deps = ["DataAPI", "Future"]
@@ -463,7 +468,7 @@ deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
463468
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
464469

465470
[[deps.Random]]
466-
deps = ["SHA", "Serialization"]
471+
deps = ["SHA"]
467472
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
468473

469474
[[deps.Reexport]]
@@ -525,6 +530,7 @@ version = "1.2.1"
525530
[[deps.SparseArrays]]
526531
deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"]
527532
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
533+
version = "1.10.0"
528534

529535
[[deps.SpecialFunctions]]
530536
deps = ["IrrationalConstants", "LogExpFunctions", "OpenLibm_jll", "OpenSpecFun_jll"]
@@ -541,7 +547,7 @@ version = "2.3.1"
541547
[[deps.Statistics]]
542548
deps = ["LinearAlgebra", "SparseArrays"]
543549
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
544-
version = "1.9.0"
550+
version = "1.10.0"
545551

546552
[[deps.StatsAPI]]
547553
deps = ["LinearAlgebra"]
@@ -580,9 +586,9 @@ deps = ["Libdl", "LinearAlgebra", "Serialization", "SparseArrays"]
580586
uuid = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
581587

582588
[[deps.SuiteSparse_jll]]
583-
deps = ["Artifacts", "Libdl", "Pkg", "libblastrampoline_jll"]
589+
deps = ["Artifacts", "Libdl", "libblastrampoline_jll"]
584590
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
585-
version = "5.10.1+6"
591+
version = "7.2.1+1"
586592

587593
[[deps.TOML]]
588594
deps = ["Dates"]
@@ -645,19 +651,19 @@ version = "1.6.1"
645651
[[deps.Zlib_jll]]
646652
deps = ["Libdl"]
647653
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
648-
version = "1.2.13+0"
654+
version = "1.2.13+1"
649655

650656
[[deps.libblastrampoline_jll]]
651657
deps = ["Artifacts", "Libdl"]
652658
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
653-
version = "5.8.0+0"
659+
version = "5.8.0+1"
654660

655661
[[deps.nghttp2_jll]]
656662
deps = ["Artifacts", "Libdl"]
657663
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
658-
version = "1.48.0+0"
664+
version = "1.52.0+1"
659665

660666
[[deps.p7zip_jll]]
661667
deps = ["Artifacts", "Libdl"]
662668
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
663-
version = "17.4.0+0"
669+
version = "17.4.0+2"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Embeddings = "0.4.4"
3636
GZip = "0.5"
3737
ProgressMeter = "1.3 - 1.7"
3838
Requires = "1.3"
39-
julia = "1.7 - 1.9"
39+
julia = "1.9 - 1.10"
4040

4141
[extras]
4242
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"

0 commit comments

Comments
 (0)