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

Update conda template

parent b5d872e5
No related branches found
No related tags found
No related merge requests found
Pipeline #53827 passed
...@@ -29,6 +29,9 @@ requirements: ...@@ -29,6 +29,9 @@ requirements:
# place your other host dependencies here (same as requirements.txt) # place your other host dependencies here (same as requirements.txt)
# use the format: # use the format:
# - numpy {{ numpy }} # - numpy {{ numpy }}
# Also place your optional dependencies here, like:
# - matplotlib {{ matplotlib }}
run: run:
- python - python
- setuptools - setuptools
...@@ -36,6 +39,10 @@ requirements: ...@@ -36,6 +39,10 @@ requirements:
# Use the format: # Use the format:
# - {{ pin_compatible('numpy') }} # - {{ pin_compatible('numpy') }}
# List your optional dependencies here, like:
# run_constrained:
# - {{ pin_compatible('matplotlib') }}
test: test:
imports: imports:
- {{ name }} - {{ name }}
...@@ -48,11 +55,11 @@ test: ...@@ -48,11 +55,11 @@ test:
- conda inspect linkages -p $PREFIX {{ name }} # [not win] - conda inspect linkages -p $PREFIX {{ name }} # [not win]
- conda inspect objects -p $PREFIX {{ name }} # [osx] - conda inspect objects -p $PREFIX {{ name }} # [osx]
requires: requires:
- pytest - pytest {{ pytest }}
- pytest-cov - pytest-cov {{ pytest_cov }}
- coverage - coverage {{ coverage }}
- sphinx - sphinx {{ sphinx }}
- sphinx_rtd_theme - sphinx_rtd_theme {{ sphinx_rtd_theme }}
# extend this list with further test-time-only dependencies # extend this list with further test-time-only dependencies
about: about:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment