Skip to content

Commit

Permalink
Merge pull request #11 from KietzmannLab/master
Browse files Browse the repository at this point in the history
setup.py updated from Kietzmann labs
  • Loading branch information
tknapen authored Jul 4, 2024
2 parents 3471b93 + 979bb97 commit 8d9f2ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nsd_access/nsda.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import nibabel as nb
import numpy as np
import pandas as pd
from pandas.io.json import json_normalize
from pandas import json_normalize
from tqdm import tqdm
import h5py
import matplotlib.pyplot as plt
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
MICRO = _version_micro
VERSION = __version__
PACKAGE_DATA = {} # {'nsd_access': [pjoin('data', '*')]}
REQUIRES = ["numpy", "sklearn", "scipy", "nibabel",
REQUIRES = ["numpy", "scipy", "nibabel", "IPython",
"nilearn", "cifti", "h5py", "pyyaml", "pandas"]
DEP_LINKS = ['git+https://github.com/cocodataset/cocoapi/tree/master/PythonAPI']

Expand Down Expand Up @@ -88,4 +88,4 @@


if __name__ == '__main__':
setup(**opts)
setup(**opts)

0 comments on commit 8d9f2ec

Please sign in to comment.