Skip to content

Commit

Permalink
wasn't quite there yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryaaa committed Sep 10, 2024
1 parent 956e338 commit 43896f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ dev = [
"scikit-image",
"matplotlib",
"tqdm",
"pathlib"
"pathlib",
"torch",
"tensorboard"
"tensorboard",
"zarr",
"numpy",
"torch",
Expand All @@ -50,16 +50,16 @@ dev = [

[project.optional-dependencies]
dev = [
"pytest"
"pytest",
"pandas",
"tifffile",
"torch",
"torchvision",
"scikit-image",
"matplotlib",
"tqdm",
"pathlib"
"torch"
"pathlib",
"torch",
"zarr",
"numpy",
"json",
Expand Down

0 comments on commit 43896f1

Please sign in to comment.