Skip to content

Commit

Permalink
Aqua.jl breaking release (#59)
Browse files Browse the repository at this point in the history
* update kwarg from new Aqua release

* declare compat for stdlibs

* correction in stdlib version #
  • Loading branch information
ba2tro authored and Krastanov committed Nov 17, 2023
1 parent e4d450d commit f34a967
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ ConcurrentSim = "1.4"
DocStringExtensions = "0.9"
Graphs = "1.7.3"
IterTools = "1.4.0"
LinearAlgebra = "1.9"
Makie = "0.19"
NetworkLayout = "0.4.4"
PrecompileTools = "1"
Printf = "1.9"
QuantumClifford = "0.8"
QuantumInterface = "0.3.3"
QuantumOptics = "1.0.5"
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ doset("aqua") && begin
Aqua.test_all(QuantumSavory,
ambiguities=false,
stale_deps=false, # TODO due to the package extensions being misidentified
piracy=false # TODO due to code that needs to be upstreamed
piracies=false # TODO due to code that needs to be upstreamed
)
#Aqua.test_ambiguities([QuantumSavory,Core]) # otherwise Base causes false positives
end

0 comments on commit f34a967

Please sign in to comment.