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
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -26,13 +26,13 @@ requirements: ...@@ -26,13 +26,13 @@ requirements:
- python {{ python }} - python {{ python }}
- setuptools {{ setuptools }} - setuptools {{ setuptools }}
- torchvision {{ torchvision }} # [linux] - torchvision {{ torchvision }} # [linux]
- pytorch {{ pytorch }} # [linux] - pytorch {{ pytorch }}
- numpy {{ numpy }} - numpy {{ numpy }}
- bob.extension - bob.extension
run: run:
- python - python
- setuptools - setuptools
- {{ pin_compatible('pytorch') }} # [linux] - {{ pin_compatible('pytorch') }}
- {{ pin_compatible('torchvision') }} # [linux] - {{ pin_compatible('torchvision') }} # [linux]
- {{ pin_compatible('numpy') }} - {{ pin_compatible('numpy') }}
- pandas - pandas
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment