https://github.com/poldracklab/mriqc
Raw File
Tip revision: 6937a576746204fa07d4e5444a86a0e47cb06183 authored by oesteban on 12 January 2017, 22:04:53 UTC
Update nipype, niworkflows dependencies in info.py
Tip revision: 6937a57
.dockerignore
# python cache
__pycache__/**/*
__pycache__
*.pyc

# python distribution
build/**/*
build
dist/**/*
dist
mriqc.egg-info/**/*
mriqc.egg-info
.eggs/**/*
.eggs
src/**/*
src/

# releasing
Makefile

# git
.gitignore
.git/**/*
.git

# other
agave/**/*
agave
notebooks/**/*
notebooks
docs/**/*
docs/
back to top