File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " bplusplus"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44description = " A simple method to create AI models for biodiversity"
55authors = [" Titus Venverloo <tvenver@mit.edu>" , " Deniz Aydemir <deniz@aydemir.us>" ]
66license = " MIT"
@@ -13,17 +13,10 @@ ultralytics = "8.0.195"
1313pygbif = " ^0.6.4"
1414validators = " ^0.33.0"
1515
16-
1716[tool .poetry .group .dev .dependencies ]
1817jupyter = " ^1.0.0"
1918ipykernel = " ^6.29.5"
20- poetry-dynamic-versioning = " ^1.4.0"
2119
2220[build-system ]
23- requires = [" poetry-core>=1.0.0" , " poetry-dynamic-versioning" ]
24- build-backend = " poetry_dynamic_versioning.backend"
25-
26- [tool .poetry-dynamic-versioning ]
27- enable = true
28- vcs = " git"
29- style = " semver"
21+ requires = [" poetry-core>=1.0.0" ]
22+ build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments