We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0860b8 commit 8d4ac3aCopy full SHA for 8d4ac3a
test/qa.jl
@@ -7,7 +7,7 @@ using Optimization, Aqua
7
treat_as_own = [OptimizationProblem,
8
Optimization.SciMLBase.AbstractOptimizationCache])
9
Aqua.test_project_extras(Optimization)
10
- if VERSION > v"1.10"
+ if !(VERSION < v"1.11")
11
# in CI we need to dev packages to run the tests
12
# which adds stale deps
13
# on later versions [sources] is used instead
0 commit comments