Skip to content

Commit

Permalink
Pin DiskArrays to 0.4.9
Browse files Browse the repository at this point in the history
YAXArrays uses DiskArrays and it is raising an error in its last update.
See JuliaIO/DiskArrays.jl#236 for more
details. To solve the problem we add and pin DiskArrays version to
0.4.9.
  • Loading branch information
vitorhirata committed Feb 21, 2025
1 parent 5549e39 commit bd1432b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.5"
manifest_format = "2.0"
project_hash = "053417a9974cc3e664509d876afa8b5246b975dd"
project_hash = "cfb1e70a76bb6ea9d1fe081c50675693b0be7a1b"

[[deps.ARFFFiles]]
deps = ["CategoricalArrays", "Dates", "Parsers", "Tables"]
Expand Down Expand Up @@ -545,15 +545,15 @@ version = "0.27.9"

[[deps.DiskArrayTools]]
deps = ["DiskArrays", "Interpolations", "IterTools", "OffsetArrays"]
git-tree-sha1 = "ca524d33e24b882fc2347d1310dc2ab8961d452a"
git-tree-sha1 = "8f17bf32aac5beeb3b31adf2c8c2e6ab293d53d3"
uuid = "fcd2136c-9f69-4db6-97e5-f31981721d63"
version = "0.1.12"
version = "0.1.11"

[[deps.DiskArrays]]
deps = ["LRUCache", "Mmap", "OffsetArrays"]
git-tree-sha1 = "5109a9314f8904f96a14b80d40dce5c9972c584f"
git-tree-sha1 = "64650943240652ebedc6c43d03cccda247b327a3"
uuid = "3c3547ce-8d99-4f5e-a174-61eb10b00ae3"
version = "0.4.10"
version = "0.4.9"

[[deps.Distances]]
deps = ["LinearAlgebra", "Statistics", "StatsAPI"]
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
DiskArrays = "3c3547ce-8d99-4f5e-a174-61eb10b00ae3"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down

0 comments on commit bd1432b

Please sign in to comment.