Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aqua.jl breaking release #59

Merged
merged 3 commits into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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