From 41dcc7c5e906895b55492cf529c8af48d77fd658 Mon Sep 17 00:00:00 2001 From: "Scott P. Jones" Date: Wed, 28 Feb 2024 16:26:29 -0500 Subject: [PATCH] Remove unnecessary dependency (Formatting.jl) (#188) --- Project.toml | 4 +--- src/NetCDF.jl | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 03b0cf1..504dca7 100644 --- a/Project.toml +++ b/Project.toml @@ -3,16 +3,14 @@ uuid = "30363a11-5582-574a-97bb-aa9a979735b9" keywords = ["NetCDF", "IO"] license = "MIT" desc = "NetCDF file reading and writing" -version = "0.11.7" +version = "0.11.8" [deps] DiskArrays = "3c3547ce-8d99-4f5e-a174-61eb10b00ae3" -Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0" NetCDF_jll = "7243133f-43d8-5620-bbf4-c2c921802cf3" [compat] DiskArrays = "0.3" -Formatting = "0.3.2, 0.4" NetCDF_jll = "400.902.5" julia = "1.6" diff --git a/src/NetCDF.jl b/src/NetCDF.jl index 04f7bec..a557123 100644 --- a/src/NetCDF.jl +++ b/src/NetCDF.jl @@ -1,7 +1,6 @@ module NetCDF using NetCDF_jll -using Formatting using Base.Cartesian import DiskArrays: readblock!, writeblock!, AbstractDiskArray, eachchunk, GridChunks, estimate_chunksize, haschunks, Chunked, Unchunked