File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies = [
24
24
" Levenshtein>=0.21.1" ,
25
25
" matplotlib>=3.7.1" ,
26
26
" ml-collections>=0.1.1" ,
27
- " numpy>=1.24.1" ,
27
+ " numpy>=1.24.1,<2.0.0 " ,
28
28
" pandas>=2.0.3" ,
29
29
" Pillow>=10.0.0" ,
30
30
" portpicker>=1.5.2" ,
@@ -98,7 +98,7 @@ vertexai = [
98
98
" google-cloud-aiplatform>=1.60.0" ,
99
99
" vertexai>=1.49.0" ,
100
100
]
101
- # LINT.ThenChange(./lit_nlp/ examples/vertexai/requirements.txt)
101
+ # LINT.ThenChange(./examples/vertexai/requirements.txt)
102
102
# LINT.IfChange
103
103
test = [
104
104
" lime==0.2.0.1" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ipython>=7.34.0
23
23
Levenshtein>=0.21.1
24
24
matplotlib>=3.6.0,<3.9.0
25
25
ml-collections>=0.1.1
26
- numpy>=1.24.1
26
+ numpy>=1.24.1,<2.0.0
27
27
pandas>=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