Add torch dependency to final build

This commit is contained in:
Pierce Freeman 2023-06-03 20:26:45 -07:00
parent 1848d0004f
commit 8d60c373e4

View File

@ -164,6 +164,7 @@ jobs:
- name: Install dependencies
run: |
pip install ninja packaging setuptools wheel twine
pip install torch
- name: Build core package
env: