Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Jul 26, 2024
1 parent 022024d commit 80b9391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ dependencies = [
"bids-validator>=1.11", # Keep up-to-date to ensure support for recent modalities
"num2words >=0.5.5",
"click >=8.0",
"fsspec==2024.3.1",
"universal_pathlib==0.2.2",
"gcsfs==2024.3.1",
"universal_pathlib >=0.2.2",
]
dynamic = ["version"]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
import versioneer

setup(
version='0.16.5-dev',
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit 80b9391

Please sign in to comment.