Skip to content

Commit

Permalink
Add Rabies 0.5.1 (bioconda#43638)
Browse files Browse the repository at this point in the history
* Add rabies 0.5.1

* Add Rabies 0.5.1

* Added explicit request for etelemetry>=0.2.0

* Fixed typo found by linter

* Removing pip check

etelmetry is being tagged incorrectly by pip check, removing to complete upload.

* Add explicit python version

Co-authored-by: Joshua Zhuang <[email protected]>

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
jaeakle and mencian authored Oct 15, 2023
1 parent 17d46f3 commit cb69bc3
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions recipes/rabies/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{% set name = "rabies" %}
{% set version = "0.5.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/rabies-{{ version }}.tar.gz
sha256: 8ae93c1b8c5ba00c21a42a23f39cc36f365e5962596fdbe9760c0f504cea3a36

build:
noarch: python
run_exports:
- {{ pin_subpackage('rabies', max_pin="x.x") }}
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.9
- pip
run:
- python >=3.9
- matplotlib-base ==3.3.4
- nibabel ==3.2.1
- nilearn ==0.7.1
- nipype ==1.6.1
- numpy ==1.20.1
- pandas ==1.2.4
- pathos ==0.2.7
- pybids ==0.16.3
- scikit-learn ==0.24.1
- scipy ==1.8.1
- seaborn ==0.11.1
- simpleitk ==2.0.2
- qbatch ==2.3
- networkx <3
- etelemetry >=0.2.0

test:
imports:
- rabies

about:
home: https://github.com/CoBrALab/RABIES
summary: 'RABIES: Rodent Automated Bold Improvement of EPI Sequences.'
license: GPL-2.0
license_file: LICENSE

extra:
recipe-maintainers:
- jaeakle

0 comments on commit cb69bc3

Please sign in to comment.