Recipes may depends on opset version
Some recipes of the onnx cleaner may depends on the opset version, for example we cannot fuse to gelu if we want to export to an opset < 21 since the operator was introduced in 21.
Recipes registered need to define for which opset version they are available.