Skip to content

Commit

Permalink
Remove unnecessary dependency (Formatting.jl)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Feb 18, 2024
1 parent 0c9f878 commit 92fab79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 0 additions & 1 deletion src/NetCDF.jl
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 92fab79

Please sign in to comment.