Skip to content

Commit 2de0674

Browse files
authored
v0.17.3 (#2396)
1 parent 10bbdc3 commit 2de0674

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ hide:
55

66
# Changelog
77

8+
## **Version 0.17.3**
9+
*Release date: 8 July, 2025*
810

9-
## **Version 0.17.0**
11+
* Fixed issues with `uv add bertopic` by adding `llvmlite` as an explicit dependency. Although the fixes in `v0.17.2` and `v0.17.2.post1` actually worked locally, this wasn't the case after pushing the package to pypi.org unfortunately.
12+
13+
14+
## **Version 0.17.1**
1015
*Release date: 8 July, 2025*
1116

1217
<h3><b>Highlights:</a></b></h3>

pyproject.toml

Lines changed: 2 additions & 5 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.post1"
7+
version = "0.17.3"
88
description = "BERTopic performs topic Modeling with state-of-the-art transformer models."
99
readme = "README.md"
1010
license = {file = "LICENSE"}
@@ -45,6 +45,7 @@ dependencies = [
4545
"scikit-learn>=1.0",
4646
"sentence-transformers>=0.4.1",
4747
"tqdm>=4.41.1",
48+
"llvmlite>0.36.0" # To prevent conflicts with `uv` dependency manager
4849
]
4950

5051
[project.optional-dependencies]
@@ -100,10 +101,6 @@ Repository = "https://github.com/MaartenGr/BERTopic.git"
100101
include = ["bertopic*"]
101102
exclude = ["tests"]
102103

103-
[tool.uv]
104-
constraint-dependencies = ["llvmlite>0.43.0"]
105-
build-constraint-dependencies = ["llvmlite>0.43.0"]
106-
107104
[tool.ruff]
108105
line-length = 120
109106

0 commit comments

Comments
 (0)