diff options
| author | vais-ral <rlcr8@stfc.ac.uk> | 2018-02-07 11:56:43 +0000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-07 11:56:43 +0000 | 
| commit | 24675d1f2ef13356697a2b99dfdaf07f0ce13ff7 (patch) | |
| tree | a534ebf3b44eb65eee8a48411e9a9f7538488f6c | |
| parent | 60be5543cd748a64f085c600d0fd62926ded2f62 (diff) | |
| download | regularization-24675d1f2ef13356697a2b99dfdaf07f0ce13ff7.tar.gz regularization-24675d1f2ef13356697a2b99dfdaf07f0ce13ff7.tar.bz2 regularization-24675d1f2ef13356697a2b99dfdaf07f0ce13ff7.tar.xz regularization-24675d1f2ef13356697a2b99dfdaf07f0ce13ff7.zip  | |
Update meta.yaml
Removed python explicit version dependency
| -rw-r--r-- | Wrappers/Python/conda-recipe/meta.yaml | 10 | 
1 files changed, 4 insertions, 6 deletions
diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml index 8b58738..fb88ab8 100644 --- a/Wrappers/Python/conda-recipe/meta.yaml +++ b/Wrappers/Python/conda-recipe/meta.yaml @@ -11,9 +11,8 @@ build:  requirements:    build: -    - python ==2.7 # [py27] -    - python ==3.5 # [py35] -    - numpy +    - python +    - numpy x.x      - setuptools      - boost ==1.64.0      - boost-cpp ==1.64.0 @@ -24,9 +23,8 @@ requirements:      - cmake     run: -    - python ==2.7 # [py27] -    - python ==3.5 # [py35] -    - numpy +    - python +    - numpy x.x      - boost ==1.64      - cil_regularizer      - vc 14 # [win and py35]   | 
