Skip to content

Commit

Permalink
Cpu fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminrwilson committed Jun 6, 2021
1 parent f8b28cf commit 68c0526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/torchsparse/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ requirements:
- python
- pip
- sparsehash
- pytorch-cpu # [osx]
- pytorch-cpu
run:
- python
- {{ pin_compatible('pytorch-cpu', max_pin='x.x.x') }} # [osx]
- {{ pin_compatible('pytorch-cpu', max_pin='x.x.x') }}

test:
imports:
Expand Down

0 comments on commit 68c0526

Please sign in to comment.