Skip to content

Commit

Permalink
Switch to Format.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jagot committed Apr 19, 2024
1 parent b3ef25a commit 5f6226e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "0.1.9"
[deps]
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
HalfIntegers = "f0d1745a-41c9-11e9-1dd9-e5d34d218721"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
UnicodeFun = "1cfade01-22cf-5700-b092-accc4b62d6e1"
Expand All @@ -15,7 +15,6 @@ WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"
[compat]
BlockBandedMatrices = "0.8, 0.9, 0.10, 0.11, 0.12"
Combinatorics = "1"
Formatting = "0.4"
HalfIntegers = "1"
Parameters = "0.12"
UnicodeFun = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion src/AtomicLevels.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module AtomicLevels

using UnicodeFun
using Formatting
using Format
using Parameters
using BlockBandedMatrices
using WignerSymbols
Expand Down

0 comments on commit 5f6226e

Please sign in to comment.