Skip to content

Commit 10bbdc3

Browse files
committed
Bump version to 0.17.2.post1 for uv fix
1 parent 8489322 commit 10bbdc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bertopic"
7-
version = "0.17.2"
7+
version = "0.17.2.post1"
88
description = "BERTopic performs topic Modeling with state-of-the-art transformer models."
99
readme = "README.md"
1010
license = {file = "LICENSE"}
@@ -101,8 +101,8 @@ include = ["bertopic*"]
101101
exclude = ["tests"]
102102

103103
[tool.uv]
104-
constraint-dependencies = ["llvm>0.43.0"]
105-
build-constraint-dependencies = ["llvm>0.43.0"]
104+
constraint-dependencies = ["llvmlite>0.43.0"]
105+
build-constraint-dependencies = ["llvmlite>0.43.0"]
106106

107107
[tool.ruff]
108108
line-length = 120

0 commit comments

Comments
 (0)