Skip to content

Commit

Permalink
Ping umap-learn to 0.5.6.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 707599300
  • Loading branch information
bdu91 authored and LIT team committed Dec 18, 2024
1 parent 6da70a2 commit c8c26b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies = [
"six>=1.16.0",
"termcolor>=2.3.0",
"tqdm>=4.64.0",
"umap-learn>=0.5.1",
"werkzeug>=2.2.3",
]
# LINT.ThenChange(./requirements.txt)
Expand Down Expand Up @@ -105,10 +104,14 @@ examples-generative-ai = [
"vertexai>=1.49.0",
]
# LINT.ThenChange(./requirements_examples_generative_ai.txt)
umap = [
"umap-learn==0.5.6"
]
# LINT.IfChange
test = [
"lit-nlp[examples-discriminative-ai]",
"lit-nlp[examples-generative-ai]",
"lit-nlp[umap]",
"lime==0.2.0.1",
"pytest>=7.4.0,<8.0.0",
"webtest>=2.0",
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ shap>=0.42.0,<0.46.0
six>=1.16.0
termcolor>=2.3.0
tqdm>=4.64.0
umap-learn>=0.5.1
werkzeug>=2.2.3
# LINT.ThenChange(./pyproject.toml)
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@

lime==0.2.0.1
pytest>=7.4.0,<8.0.0
umap-learn==0.5.6
webtest>=2.0
# LINT.ThenChange(./pyproject.toml)

0 comments on commit c8c26b0

Please sign in to comment.