Skip to content

Commit 9ecd3c1

Browse files
committed
Fix umap-learn requirement
1 parent f8b8292 commit 9ecd3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ matchms= ">=0.30.0"
3131
ms2deepscore= { git = "https://github.com/matchms/ms2deepscore.git", branch = "pytorch_update" }
3232
rdkit= ">2024.3.4"
3333
nmslib= ">=2.0.0"
34-
umap-learn= ">=0.57"
34+
umap-learn= ">=0.5.7"
3535

3636
[tool.poetry.group.dev.dependencies]
3737
decorator = "^5.1.1"

0 commit comments

Comments
 (0)