We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8dbcd3 + 8e0043b commit 2df28caCopy full SHA for 2df28ca
conda/meta.yaml
@@ -51,6 +51,7 @@ test:
51
- openalea.phenomenal.object
52
- openalea.phenomenal.segmentation
53
- openalea.phenomenal.tracking
54
+ - openalea.phenotyping_data
55
requires:
56
- pytest
57
source_files:
pyproject.toml
@@ -99,6 +99,7 @@ channels = [
99
# deps not available in pip with conda name
100
dependencies = [
101
"opencv",
102
+ "openalea.phenotyping_data" # for notebooks data
103
]
104
105
0 commit comments