File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
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" ,
@@ -112,6 +112,7 @@ test = [
112
112
" lit-nlp[examples-discriminative-ai]" ,
113
113
" lit-nlp[examples-generative-ai]" ,
114
114
" lit-nlp[umap]" ,
115
+ " numba>=0.58.0" ,
115
116
" lime==0.2.0.1" ,
116
117
" pytest>=7.4.0,<8.0.0" ,
117
118
" webtest>=2.0" ,
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
You can’t perform that action at this time.
0 commit comments