Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update run dependencies for v0.2.0 #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
sha256: a6248472d172c3fce986bc1a3a5eeb3f5650c97c84516dde313993024f82a86d

build:
number: 0
number: 1
skip: True # [py<36 or not linux64]
script: "{{ PYTHON }} -m pip install . -vv"

Expand All @@ -22,10 +22,8 @@ requirements:
- pip
run:
- python
- pytorch >=1.3.1
- torchvision >=0.4.2
# NOTE: pillow can be removed once the torchvision version is upped
- pillow ==6.2.1
- pytorch >=1.4
- torchvision >=0.5

test:
imports:
Expand Down