We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0aee82 commit e936d08Copy full SHA for e936d08
examples/tune_4p.jl
@@ -1,5 +1,8 @@
1
# activate the test environment if needed
2
using Pkg
3
+if VERSION.minor > 10
4
+ error("This example is only compatible with Julia 1.10!")
5
+end
6
if ! ("BayesOpt" ∈ keys(Pkg.project().dependencies))
7
using TestEnv; TestEnv.activate()
8
# this will not work with Julia 1.11 or newer
0 commit comments