Skip to content

Commit e282f31

Browse files
committed
remove dynamic versioning
1 parent 3567e5a commit e282f31

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

pyproject.toml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bplusplus"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A simple method to create AI models for biodiversity"
55
authors = ["Titus Venverloo <tvenver@mit.edu>", "Deniz Aydemir <deniz@aydemir.us>"]
66
license = "MIT"
@@ -13,17 +13,10 @@ ultralytics = "8.0.195"
1313
pygbif = "^0.6.4"
1414
validators = "^0.33.0"
1515

16-
1716
[tool.poetry.group.dev.dependencies]
1817
jupyter = "^1.0.0"
1918
ipykernel = "^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"

0 commit comments

Comments
 (0)