We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8489322 commit 10bbdc3Copy full SHA for 10bbdc3
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "bertopic"
7
-version = "0.17.2"
+version = "0.17.2.post1"
8
description = "BERTopic performs topic Modeling with state-of-the-art transformer models."
9
readme = "README.md"
10
license = {file = "LICENSE"}
@@ -101,8 +101,8 @@ include = ["bertopic*"]
101
exclude = ["tests"]
102
103
[tool.uv]
104
-constraint-dependencies = ["llvm>0.43.0"]
105
-build-constraint-dependencies = ["llvm>0.43.0"]
+constraint-dependencies = ["llvmlite>0.43.0"]
+build-constraint-dependencies = ["llvmlite>0.43.0"]
106
107
[tool.ruff]
108
line-length = 120
0 commit comments