Skip to content

Commit

Permalink
Fix torch wheels issues on Mac 馃悰
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebotu committed Nov 26, 2022
1 parent c33be50 commit e261feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/os-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install dependencies # hack for 馃悰: don't let poetry try installing Torch https://github.com/pytorch/pytorch/issues/88049
run: |
pip install pytest pytest-cov papermill poethepoet>=0.10.0
pip install torch>=1.8.1 torchvision pytorch-lightning scikit-learn torchcde>=0.2.3 scipy matplotlib ipykernel ipywidgets
pip install torch>=1.8.1 torchvision pytorch-lightning scikit-learn torchsde torchcde>=0.2.3 scipy matplotlib ipykernel ipywidgets
poetry install --only-root
poetry run pip install setuptools
Expand Down

0 comments on commit e261feb

Please sign in to comment.