Skip to content

Commit c5b4f9f

Browse files
authored
Fix installation with uv (#2328)
1 parent a7abdb7 commit c5b4f9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ Repository = "https://github.com/MaartenGr/BERTopic.git"
100100
include = ["bertopic*"]
101101
exclude = ["tests"]
102102

103+
[tool.uv]
104+
constraint-dependencies = ["llvm>0.43.0"]
105+
103106
[tool.ruff]
104107
line-length = 120
105108

0 commit comments

Comments
 (0)