...
Whenever we need to update any of the software with bug fixes or improvements we will update the conda environment above. To install these updates it is recommended that you remove the current working environment with
conda env remove -n openff-benchmark-optimization
and install again using the instructions above.
...