Skip to content

Commit

Permalink
dependencies, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dvm-shlee committed May 6, 2024
1 parent a0e4da9 commit 458c0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion brkraw/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from xnippet.formatter import PathFormatter


__all__ = ['Study', 'PlugInSnippet', 'PathFormatter']
__all__ = ['PlugInSnippet', 'PathFormatter']
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ dependencies = [
'pyyaml>=6.0.1',
'numpy>=1.18.0',
'tqdm>=4.45.0',
'packaging>=23.1',
'xnippy>=0.1.3',
'xnippet>=0.1.0',
'nibabel>=3.0.2',
'requests>=2.31.0',
'pandas>=1.0.0',
'openpyxl>=3.0.3',
'xlrd>=1.0.0',
Expand Down

0 comments on commit 458c0e7

Please sign in to comment.