Skip to content
Snippets Groups Projects
Commit 0aa5b9c8 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[conda] Standardize conda recipe

parent 32c9e50e
Branches
Tags v1.0.0
1 merge request!79[conda] Standardize conda recipe
Pipeline #45110 passed
......@@ -29,16 +29,23 @@ requirements:
host:
- python {{ python }}
- setuptools {{ setuptools }}
- docopt {{ docopt }}
- numpy {{ numpy }}
- requests {{ requests }}
- setuptools {{ setuptools }}
- simplejson {{ simplejson }}
- pyzmq {{ pyzmq }}
- six # six usage is deprecated and it's jinja variable does not exist
run:
- python
- setuptools
- docopt
- numpy
- requests
- setuptools
- simplejson
- six
- pyzmq
- {{ pin_compatible('docopt') }}
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('requests') }}
- {{ pin_compatible('setuptools') }}
- {{ pin_compatible('simplejson') }}
- {{ pin_compatible('pyzmq') }}
- {{ pin_compatible('six') }}
test:
imports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment