Skip to content

Commit

Permalink
fix requirements #46
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Mar 11, 2016
1 parent 8e4a818 commit bb7e7b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
six
lockfile
numpy
nibabel
pandas
nitime
nipype
nipype
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# @Author: oesteban
# @Date: 2015-11-19 16:44:27
# @Last Modified by: oesteban
# @Last Modified time: 2016-03-11 13:40:47
# @Last Modified time: 2016-03-11 13:45:03
""" MRIQC setup script """
import os
import sys
Expand All @@ -29,8 +29,8 @@ def main():
entry_points={'console_scripts': ['mriqc=mriqc.run_mriqc:main',]},
packages=['mriqc', 'mriqc.workflows', 'mriqc.interfaces', 'mriqc.reports', 'mriqc.utils'],
package_data={'mriqc': ['reports/html/*.html', 'data/*.txt']},
install_requires=['nipype', 'nibabel', 'nitime', 'lockfile', 'pandas', 'seaborn', 'pyPdf2',
'xhtml2pdf', 'six'],
install_requires=['numpy', 'six', 'pandas', 'nibabel', 'nitime', 'nipype',
'lockfile', 'seaborn', 'pyPdf2', 'xhtml2pdf'],
zip_safe=False,
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit bb7e7b4

Please sign in to comment.