Skip to content

Commit 9c4776b

Browse files
committed
add dependencies to pyproject.toml
1 parent b01bbdb commit 9c4776b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,21 @@ classifiers = [
2323
"Operating System :: OS Independent",
2424
]
2525

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+
2641
[tool.setuptools.packages.find]
2742
where = ["segmenteverygrain"]
2843

0 commit comments

Comments
 (0)