Update qiime version requirements due to used APIs
The code in this package requires at least the use.UsageAction API introduced in 560, and thus a newer version of qiime2.
Otherwise, errors will be thrown like this:
File "/usr/lib/python3/dist-packages/q2_feature_table/examples.py", line 46, in feature_table_merge_example
use.UsageAction(plugin_id='feature_table',
AttributeError: 'CLIUsage' object has no attribute 'UsageAction'