How to make email field not required in comments?

You may use this filter. Removing the required field option from the form.

add_filter('comment_form_default_fields','modify_comment_fields');