Skip to content

Commit

Permalink
rm DiskArrays
Browse files Browse the repository at this point in the history
  • Loading branch information
kongdd committed May 5, 2024
1 parent b2d59c4 commit 8b49167
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
continue-on-error: ${{ matrix.version == 'nightly' }}

- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4.3.1
with:
file: lcov.info
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ version = "0.1.1"
[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DiskArrays = "3c3547ce-8d99-4f5e-a174-61eb10b00ae3"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Ipaper = "e58298cb-69f7-4186-aecd-5834b6793426"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Expand All @@ -32,7 +31,6 @@ TerraYAXArraysExt = "YAXArrays"

[compat]
ArchGDAL = "0.10"
DiskArrays = "0.3, 0.4"
DocStringExtensions = "0.9"
Ipaper = "0.1.16, 0.1.17"
NCDatasets = "0.12, 0.13, 0.14"
Expand Down
2 changes: 1 addition & 1 deletion src/MFDataset/main_YAXArrays.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using DiskArrays: GridChunks
using NCDatasets.DiskArrays: GridChunks

export GridChunks, chunksize
export get_zarr, which_grid
Expand Down

0 comments on commit 8b49167

Please sign in to comment.