We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01bbdb commit 9c4776bCopy full SHA for 9c4776b
pyproject.toml
@@ -23,6 +23,21 @@ classifiers = [
23
"Operating System :: OS Independent",
24
]
25
26
+dependencies = [
27
+ "numpy",
28
+ "matplotlib",
29
+ "scipy",
30
+ "pillow",
31
+ "scikit-image",
32
+ "tqdm",
33
+ "opencv-python",
34
+ "networkx",
35
+ "rasterio",
36
+ "shapely",
37
+ "tensorflow",
38
+ "segment-anything"
39
+]
40
+
41
[tool.setuptools.packages.find]
42
where = ["segmenteverygrain"]
43
0 commit comments