Skip to content

Commit 9c9bf25

Browse files
committed
up
1 parent 153cdd4 commit 9c9bf25

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build-wheels-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
post-script: ${{ matrix.post-script }}
6262
package-name: ${{ matrix.package-name }}
6363
# Meta's macOS runners do not have Xcode, so use GitHub's runners.
64-
runner-type: macos-15-xlarge
64+
runner-type: macos-latest-xlarge
6565
setup-miniconda: true
6666
smoke-test-script: ${{ matrix.smoke-test-script }}
6767
trigger-event: ${{ github.event_name }}

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ dependencies=[
6666
"ruamel.yaml",
6767
"sympy",
6868
"tabulate",
69-
# Keep this version in sync with: third-party/ao pin
70-
"torchao==0.10.0",
7169
"typing-extensions",
7270
# Keep this version in sync with: ./backends/apple/coreml/scripts/install_requirements.sh
7371
"coremltools==8.2; platform_system == 'Darwin'",

0 commit comments

Comments
 (0)