Thetis will fail to install on Mac M1. The reason for this is that there are no wheels available on M1 for pyproj see pyproj4/pyproj#1064 .
Pip can build pyproj from source, but this depends on the user having Proj itself installed. This can be achieved with:
Consequently, Thetis currently has an undocumented dependency on that Homebrew package on M1.