Skip to content

Commit c8c26b0

Browse files
bdu91LIT team
authored and
LIT team
committed
Ping umap-learn to 0.5.6.
PiperOrigin-RevId: 707599300
1 parent 6da70a2 commit c8c26b0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ dependencies = [
4040
"six>=1.16.0",
4141
"termcolor>=2.3.0",
4242
"tqdm>=4.64.0",
43-
"umap-learn>=0.5.1",
4443
"werkzeug>=2.2.3",
4544
]
4645
# LINT.ThenChange(./requirements.txt)
@@ -105,10 +104,14 @@ examples-generative-ai = [
105104
"vertexai>=1.49.0",
106105
]
107106
# LINT.ThenChange(./requirements_examples_generative_ai.txt)
107+
umap = [
108+
"umap-learn==0.5.6"
109+
]
108110
# LINT.IfChange
109111
test = [
110112
"lit-nlp[examples-discriminative-ai]",
111113
"lit-nlp[examples-generative-ai]",
114+
"lit-nlp[umap]",
112115
"lime==0.2.0.1",
113116
"pytest>=7.4.0,<8.0.0",
114117
"webtest>=2.0",

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ shap>=0.42.0,<0.46.0
3737
six>=1.16.0
3838
termcolor>=2.3.0
3939
tqdm>=4.64.0
40-
umap-learn>=0.5.1
4140
werkzeug>=2.2.3
4241
# LINT.ThenChange(./pyproject.toml)

requirements_test.txt

+1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818

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

0 commit comments

Comments
 (0)