package: name: ccpi-plugins version: {{ environ['CIL_VERSION'] }} build: preserve_egg_dir: False script_env: - CIL_VERSION # number: 0 test: requires: - python-wget - cvxpy # [ unix and py36 and np115 ] source_files: - ./test # [win] - ./ccpi/Wrappers/Python/test # [not win] commands: - python -c "import os; print (os.getcwd())" - python -m unittest discover # [win] - python -m unittest discover -s ccpi/Wrappers/Python/test # [not win] requirements: build: - python - numpy {{ numpy }} - setuptools run: - python - {{ pin_compatible('numpy') }} - ccpi-framework - ccpi-reconstruction - ccpi-regulariser - matplotlib about: home: http://www.ccpi.ac.uk license: Apache 2.0 License summary: 'CCPi Framework Plugins'