Skip to content

Commit

Permalink
Merge branch 'main' into refactor_io_configuration_method_as_builders
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Nov 27, 2023
2 parents da5d732 + 043c82d commit a8ea15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
testing_suite_dependencies = f.readlines()

extras_require = defaultdict(list)
extras_require["dandi"].append("dandi>=0.58.0")
extras_require["dandi"].append("dandi<0.58.1") # TODO: fix >= 0.58.1
extras_require["full"].extend(extras_require["dandi"])

extras_require.update(test=testing_suite_dependencies, docs=documentation_dependencies)
Expand Down

0 comments on commit a8ea15f

Please sign in to comment.