File tree Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 33
33
strategy :
34
34
matrix :
35
35
node-version : [18]
36
- python-version : ["3.9", "3.10", "3. 11"]
36
+ python-version : ["3.11"]
37
37
defaults :
38
38
run :
39
39
shell : bash -l {0}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies = [
26
26
" Levenshtein>=0.21.1" ,
27
27
" matplotlib>=3.7.1" ,
28
28
" ml-collections>=0.1.1" ,
29
- " numpy>=1.24.1,<2.0.0 " ,
29
+ " numpy==2.3 " ,
30
30
" pandas[output-formatting]>=2.0.3" ,
31
31
" Pillow>=10.0.0" ,
32
32
" portpicker>=1.5.2" ,
@@ -36,7 +36,6 @@ dependencies = [
36
36
" saliency>=0.1.3" ,
37
37
" scikit-learn>=1.6.1" ,
38
38
" scipy>=1.10.1" ,
39
- " shap>=0.42.0,<0.46.0" ,
40
39
" six>=1.16.0" ,
41
40
" termcolor>=2.3.0" ,
42
41
" tqdm>=4.64.0" ,
@@ -105,14 +104,12 @@ examples-generative-ai = [
105
104
]
106
105
# LINT.ThenChange(./requirements_examples_generative_ai.txt)
107
106
umap = [
108
- " umap-learn==0.5.6"
109
107
]
110
108
# LINT.IfChange
111
109
test = [
112
110
" lit-nlp[examples-discriminative-ai]" ,
113
111
" lit-nlp[examples-generative-ai]" ,
114
112
" lit-nlp[umap]" ,
115
- " lime==0.2.0.1" ,
116
113
" pytest>=7.4.0,<8.0.0" ,
117
114
" webtest>=2.0" ,
118
115
]
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ filelock>=3.12.3
21
21
google-cloud-translate >= 3.11.1
22
22
ipython >= 7.34.0
23
23
Levenshtein >= 0.21.1
24
- matplotlib >= 3.6.0 , < 3. 9.0
24
+ matplotlib >= 3.9.0
25
25
ml-collections >= 0.1.1
26
- numpy >= 1.24.1 , < 2.0.0
26
+ numpy == 2.3
27
27
pandas [output-formatting ]>= 2.0.3
28
28
Pillow >= 10.0.0
29
29
portpicker >= 1.5.2
@@ -33,7 +33,7 @@ sacrebleu>=2.3.1
33
33
saliency >= 0.1.3
34
34
scikit-learn >= 1.6.1
35
35
scipy >= 1.10.1
36
- shap >= 0.42.0 , < 0. 46.0
36
+ shap >= 0.46.0
37
37
six >= 1.16.0
38
38
termcolor >= 2.3.0
39
39
tqdm >= 4.64.0
Original file line number Diff line number Diff line change 16
16
-r requirements_examples_discriminative_ai.txt
17
17
-r requirements_examples_generative_ai.txt
18
18
19
- lime==0.2.0.1
20
19
pytest>=7.4.0,<8.0.0
21
- umap-learn==0.5.6
22
20
webtest>=2.0
23
21
# LINT.ThenChange(./pyproject.toml)
You can’t perform that action at this time.
0 commit comments