File tree Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -20,19 +20,15 @@ classifiers = [
2020 " Operating System :: OS Independent" ,
2121]
2222keywords = [
23- " machine vision" ,
24- " computer vision" ,
25- " multiview geometry" ,
26- " stereo vision" ,
27- " bundle adjustment" ,
28- " visual servoing" ,
29- " image features" ,
30- " color" ,
31- " blobs" ,
32- " morphology" ,
33- " image segmentation" ,
34- " opencv" ,
35- " open3d" ,
23+ " python" ,
24+ " graph" ,
25+ " directed graph" ,
26+ " undirected graph" ,
27+ " a* search" ,
28+ " adjacency matrix" ,
29+ " Laplacian matrix" ,
30+ " plotting" ,
31+ " optimal path" ,
3632]
3733
3834dependencies = [" numpy>=1.18.0" , " scipy" , " matplotlib" ]
@@ -59,7 +55,7 @@ docs = [
5955]
6056
6157[tool .pytest .ini_options ]
62- pythonpath = [" ." , " pgraph" , " mvtb-data " , " mvtb-data/mvtbdata " ]
58+ pythonpath = [" ." , " pgraph" ]
6359
6460
6561[build-system ]
You can’t perform that action at this time.
0 commit comments