Skip to content
Snippets Groups Projects
Commit 1e8e9f1a authored by Samuel GAIST's avatar Samuel GAIST
Browse files

Merge branch 'conda-recipe' into 'master'

[conda] Standardize conda recipe

See merge request !79
parents 32c9e50e 0aa5b9c8
No related branches found
No related tags found
1 merge request!79[conda] Standardize conda recipe
Pipeline #45144 passed
...@@ -29,16 +29,23 @@ requirements: ...@@ -29,16 +29,23 @@ requirements:
host: host:
- python {{ python }} - python {{ python }}
- setuptools {{ setuptools }} - 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: run:
- python - python
- setuptools - setuptools
- docopt - {{ pin_compatible('docopt') }}
- numpy - {{ pin_compatible('numpy') }}
- requests - {{ pin_compatible('requests') }}
- setuptools - {{ pin_compatible('setuptools') }}
- simplejson - {{ pin_compatible('simplejson') }}
- six - {{ pin_compatible('pyzmq') }}
- pyzmq - {{ pin_compatible('six') }}
test: test:
imports: imports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment