File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3333 strategy :
3434 matrix :
3535 node-version : [18]
36- python-version : ["3.9", "3.10", "3. 11"]
36+ python-version : ["3.11"]
3737 defaults :
3838 run :
3939 shell : bash -l {0}
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ dependencies = [
2626 " Levenshtein>=0.21.1" ,
2727 " matplotlib>=3.7.1" ,
2828 " ml-collections>=0.1.1" ,
29+ " numpy==2.3" ,
2930 " numpy>=1.24.1,<2.0.0" ,
3031 " pandas[output-formatting]>=2.0.3" ,
3132 " Pillow>=10.0.0" ,
@@ -112,6 +113,7 @@ test = [
112113 " lit-nlp[examples-discriminative-ai]" ,
113114 " lit-nlp[examples-generative-ai]" ,
114115 " lit-nlp[umap]" ,
116+ " numba>=0.58.0" ,
115117 " lime==0.2.0.1" ,
116118 " pytest>=7.4.0,<8.0.0" ,
117119 " webtest>=2.0" ,
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ filelock>=3.12.3
2121google-cloud-translate >= 3.11.1
2222ipython >= 7.34.0
2323Levenshtein >= 0.21.1
24- matplotlib >= 3.6.0 , < 3. 9.0
24+ matplotlib >= 3.9.0
2525ml-collections >= 0.1.1
26- numpy >= 1.24.1 , < 2.0.0
26+ numpy == 2.3
2727pandas [output-formatting ]>= 2.0.3
2828Pillow >= 10.0.0
2929portpicker >= 1.5.2
You can’t perform that action at this time.
0 commit comments