Skip to content

Commit

Permalink
removed ConstructionBase from dependency (#81)
Browse files Browse the repository at this point in the history
During the registration, auto-merge is blocked due to compatibility
problems with `ConstructionBase`. See
JuliaRegistries/General#109685 for details.

This hotfix removes `ConstructionBase` from the dependencies. It shall
go directly to main, and will be backported to dev afterwards.

Co-authored-by: Uwe Hernandez Acosta <[email protected]>
  • Loading branch information
szabo137 and Uwe Hernandez Acosta authored Jun 25, 2024
1 parent 0c654be commit a4fcee5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ version = "0.2.0"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PhysicalConstants = "5ad8b20f-a522-5ce9-bfc9-ddf1d5bda6ab"
Expand Down
2 changes: 1 addition & 1 deletion src/QEDbase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ using DocStringExtensions

using SimpleTraits
using ArgCheck
using ConstructionBase
#using ConstructionBase

include("errors.jl")
include("utils.jl")
Expand Down

0 comments on commit a4fcee5

Please sign in to comment.