Skip to content

Commit

Permalink
Explicit dependence on {Block,Fill}Arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
jagot committed Jul 6, 2024
1 parent 148f653 commit b4e9b84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@ authors = ["Stefanos Carlström <stefanos.carlstrom@gmail.com>"]
version = "0.1.11"

[deps]
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
HalfIntegers = "f0d1745a-41c9-11e9-1dd9-e5d34d218721"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
UnicodeFun = "1cfade01-22cf-5700-b092-accc4b62d6e1"
WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"

[compat]
BlockArrays = "1"
BlockBandedMatrices = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13"
Combinatorics = "1"
FillArrays = "1"
Format = "1.3"
HalfIntegers = "1"
Parameters = "0.12"
Expand Down
2 changes: 2 additions & 0 deletions src/AtomicLevels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ using UnicodeFun
using Format
using Parameters
using BlockBandedMatrices
using BlockArrays
using FillArrays
using WignerSymbols
using HalfIntegers
using Combinatorics
Expand Down

0 comments on commit b4e9b84

Please sign in to comment.