Skip to content

Commit

Permalink
Merge pull request #308 from arokem/dipy
Browse files Browse the repository at this point in the history
Add dipy recipe.
  • Loading branch information
ocefpaf committed May 18, 2016
2 parents 345be2a + ebf30cb commit ebf6066
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions recipes/dipy/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{% set version = "0.11.0" %}

package:
name: dipy
version: {{ version }}

source:
fn: dipy-{{ version }}.tar.gz
url: https://pypi.python.org/packages/source/d/dipy/dipy-{{ version }}.tar.gz
md5: 7723e8994d31e910d47b7a0cf064a3d8

build:
number: 0
script: python setup.py install

requirements:
build:
- python
- numpy x.x
- nibabel
- cython
- gcc # [not win]
run:
- python
- numpy x.x
- scipy
- nibabel
- scikit-learn
- matplotlib
- libgcc # [not win]
- vtk # [py27]
test:
imports:
- dipy

about:
home: https://nipy.org/dipy
license: 3-clause BSD license
license_file: LICENSE
summary: Diffusion MR Imaging in Python

extra:
recipe-maintainers:
- arokem
- garyfallidis

0 comments on commit ebf6066

Please sign in to comment.