1#!/bin/bash 2# 3# Copyright (c) 2023 Apple Inc. All rights reserved. 4# Provided subject to the LICENSE file in the top level directory. 5# 6 7# Install required python dependencies for using the MPS Backend 8pip install --force-reinstall ninja 9