diff --git a/pyproject.toml b/pyproject.toml index a8e9a20..bdb9d92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ ipywidgets = ">=7.5, <9" colorlover = "*" scikit-learn = ">=0.22.1" nbconvert = "^7.0.0" # Required for exporting to HTML -umap-learn = { version = "^0.5.4", optional = true, python = "<3.12"} +umap-learn = { version = "^0.5.4", optional = true } # umap-learn dependes on numba. It is specified explicitly to install # a newer version, since by default it installs an older version of numba, # which also installs an older version of llmvlite, which is incompatible