Skip to content

Commit 14d36ec

Browse files
committed
Remove setuptools dependency since opentsne is removed
1 parent ca20ee8 commit 14d36ec

3 files changed

Lines changed: 0 additions & 13 deletions

File tree

conda-environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ dependencies:
1313
- numpy=2.2.5
1414
- pandas=2.3.3
1515
- pip=26.1
16-
- setuptools=80.10.2 # opentsne uses sklearn.base uses joblib uses distutils missing in Python >= 12 (TODO use native openTSNE?)
1716
- wordcloud=1.9.6
1817
- monotonic=1.6
1918
- plotly=6.6.0 # v6.7.0 in pyproject.toml not yet available in conda-forge

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies = [
1111
"numpy==2.2.5",
1212
"pandas==2.3.3",
1313
"pip==26.1",
14-
"setuptools==80.10.2", # opentsne uses sklearn.base uses joblib uses distutils missing in Python >= 12 (TODO use native openTSNE?)
1514
# --- Visualization ---
1615
"wordcloud==1.9.6",
1716
"monotonic==1.6",

uv.lock

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)