Skip to content

Commit

Permalink
Switch to Format.jl (#119)
Browse files Browse the repository at this point in the history
* Switch to Format.jl

* Drop Julia < 1.6
  • Loading branch information
jagot authored Apr 19, 2024
1 parent b3ef25a commit 57be02e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.2'
- '1.6'
- '1'
os:
Expand Down
7 changes: 3 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name = "AtomicLevels"
uuid = "10933b4c-d60f-11e8-1fc6-bd9035a249a1"
authors = ["Stefanos Carlström <stefanos.carlstrom@gmail.com>"]
version = "0.1.9"
version = "0.1.10"

[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,12 +15,11 @@ 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"
WignerSymbols = "1, 2"
julia = "1.2"
julia = "1.6"

[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
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 57be02e

Please sign in to comment.