Skip to content

Commit ea08074

Browse files
authored
added dependency
1 parent b113d94 commit ea08074

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@ readme = "README.md"
1717
dynamic = ["version"]
1818

1919
dependencies = [
20+
'bm4d',
21+
'boto3',
22+
'gcsfs',
23+
'google-cloud-storage',
24+
'interrogate',
25+
'ome-zarr',
26+
'pandas',
27+
's3fs',
28+
'scikit-image',
29+
'scikit-learn',
30+
'scipy',
31+
'torch',
32+
'torchvision',
33+
'tqdm',
34+
'xarray_multiscale',
35+
'zarr'
2036
]
2137

2238
[project.optional-dependencies]

0 commit comments

Comments
 (0)