Latest version that can be installed from conda

Hello I want to check if the current lated version already packed into conda, that is, I can install by typing

conda create -n fenicsx-env
conda activate fenicsx-env
conda install -c conda-forge fenics-dolfinx mpich pyvista

or something similar rather than installing one by one in terms of each libraries. I want to use multiphenicsx and viskex. This is my reason for 0.7.0.

I am not a conda user, but dolfinx 0.7.0 seems to be available, see
https://anaconda.org/conda-forge/fenics-dolfinx/files
Thanks to @minrk

Thank you very much. I didn’t know this way to check package on conda. I have installed and ran something on 0.7.0.

Thank you too @minrk.