Skip to content
Snippets Groups Projects
Verified Commit b0525cb4 authored by Olle Vidner's avatar Olle Vidner
Browse files

Add conda recipe

parent 4f682d17
No related branches found
No related tags found
No related merge requests found
{% set data = load_setup_py_data() %}
{% set version = environ.get("GIT_DESCRIBE_TAG", "0").lstrip("v") %}
package:
name: openmdao-bridge-excel
version: "{{ version }}"
about:
home: https://github.com/ovidner/openmdao-bridge-excel
license: MIT
license_file: LICENSE.txt
source:
git_url: ../
build:
noarch: python
script: "python -m pip install . --no-deps --ignore-installed -vv "
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
requirements:
build:
- python
- pip
- setuptools_scm
run:
- numpy
- openmdao
- psutil
- python
- pywin32
- xlwings
test:
imports:
- openmdao_bridge_excel
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment