Skip to content

Commit

Permalink
Hard-depend on pooch
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Nov 15, 2023
1 parent 413b6f8 commit 171c8f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies = [
"numpy",
"pandas",
"packaging",
"pooch",
"scikit-image",
"tifffile",
"tqdm",
Expand All @@ -43,9 +44,6 @@ dynamic = ["version"]
cellfinder = "brainglobe_workflows.main:main"

[project.optional-dependencies]
benchmark = [
"pooch",
] # Depending on how asv builds wheels, we may need to play with asv.config.json to force it to include this optional dependency.
dev = [
"black",
"pytest-cov",
Expand Down

0 comments on commit 171c8f6

Please sign in to comment.