Skip to content

Commit d83ca22

Browse files
committed
Fix osx selector in recipe.
1 parent 8881f7e commit d83ca22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

recipes/loch/template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requirements:
1717
- biosimspace
1818
- loguru
1919
- pip
20-
- pycuda # [not macos]
20+
- pycuda # [not osx]
2121
- pyopencl
2222
- python
2323
- setuptools
@@ -26,7 +26,7 @@ requirements:
2626
run:
2727
- biosimspace
2828
- loguru
29-
- pycuda # [not macos]
29+
- pycuda # [not osx]
3030
- python
3131
- sire
3232

0 commit comments

Comments
 (0)