Skip to content
Snippets Groups Projects
Commit 2ef04f74 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[conda] Relax pytorch on OSX requirements

parent 11138b24
Branches 1.1.x
No related tags found
No related merge requests found
Pipeline #39968 passed
......@@ -25,15 +25,15 @@ requirements:
host:
- python {{ python }}
- setuptools {{ setuptools }}
- torchvision {{ torchvision }} # [linux]
- pytorch {{ pytorch }} # [linux]
- torchvision {{ torchvision }} # [linux]
- pytorch {{ pytorch }}
- numpy {{ numpy }}
- bob.extension
run:
- python
- setuptools
- {{ pin_compatible('pytorch') }} # [linux]
- {{ pin_compatible('torchvision') }} # [linux]
- {{ pin_compatible('pytorch') }}
- {{ pin_compatible('torchvision') }} # [linux]
- {{ pin_compatible('numpy') }}
- pandas
- matplotlib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment