Skip to content

Commit

Permalink
CompatHelper: add new compat entry for FileIO in [weakdeps] at versio…
Browse files Browse the repository at this point in the history
…n 1, (keep existing compat)
  • Loading branch information
CompatHelper Julia committed Nov 15, 2024
1 parent 1a24872 commit cc184c9
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,33 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[weakdeps]
Blosc = "a74b3585-a348-5f62-a45c-50e91977d574"
CodecBzip2 = "523fee87-0ab8-5b00-afb7-3ecf72e48cfd"
CodecLz4 = "5ba52731-8f18-5e0d-9241-30f10d1ec561"
CodecZstd = "6b39b394-51ab-5f42-8807-6242bab2b4c2"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
bitshuffle_jll = "228fe19c-1b83-5282-a626-13744502a320"

[extensions]
BloscExt = "Blosc"
CodecBzip2Ext = "CodecBzip2"
CodecLz4Ext = "CodecLz4"
CodecZstdExt = "CodecZstd"
FileIOExt = "FileIO"
MPIExt = "MPI"
OrderedCollectionsFileIOExt = ["FileIO", "OrderedCollections"]
bitshuffle_jll_ext = "bitshuffle_jll"

[compat]
Blosc = "0.7.3"
CodecBzip2 = "0.7, 0.8"
CodecLz4 = "0.4"
CodecZstd = "0.7, 0.8"
Compat = "3.1.0, 4"
FileIO = "1"
HDF5_jll = "~1.10.5, ~1.12.0, ~1.14.0"
MPI = "0.20"
MPIPreferences = "0.1.7"
Expand All @@ -28,16 +49,6 @@ Requires = "1.0"
bitshuffle_jll = "0.4.2, 0.5"
julia = "1.9"

[extensions]
BloscExt = "Blosc"
CodecBzip2Ext = "CodecBzip2"
CodecLz4Ext = "CodecLz4"
CodecZstdExt = "CodecZstd"
FileIOExt = "FileIO"
MPIExt = "MPI"
OrderedCollectionsFileIOExt = ["FileIO", "OrderedCollections"]
bitshuffle_jll_ext = "bitshuffle_jll"

[extras]
Blosc = "a74b3585-a348-5f62-a45c-50e91977d574"
CRC32c = "8bf52ea8-c179-5cab-976a-9e18b702a9bc"
Expand All @@ -59,13 +70,3 @@ bitshuffle_jll = "228fe19c-1b83-5282-a626-13744502a320"

[targets]
test = ["Test", "MPI", "Distributed", "LinearAlgebra", "OrderedCollections", "Pkg", "CRC32c", "FileIO"]

[weakdeps]
Blosc = "a74b3585-a348-5f62-a45c-50e91977d574"
CodecBzip2 = "523fee87-0ab8-5b00-afb7-3ecf72e48cfd"
CodecLz4 = "5ba52731-8f18-5e0d-9241-30f10d1ec561"
CodecZstd = "6b39b394-51ab-5f42-8807-6242bab2b4c2"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
bitshuffle_jll = "228fe19c-1b83-5282-a626-13744502a320"

0 comments on commit cc184c9

Please sign in to comment.