Skip to content

Commit f4436a2

Browse files
llcourageLIT team
authored and
LIT team
committed
LIT: Update numpy version to be smaller than 2.0.0.
PiperOrigin-RevId: 674020174
1 parent 6039195 commit f4436a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"Levenshtein>=0.21.1",
2525
"matplotlib>=3.7.1",
2626
"ml-collections>=0.1.1",
27-
"numpy>=1.24.1",
27+
"numpy>=1.24.1,<2.0.0",
2828
"pandas>=2.0.3",
2929
"Pillow>=10.0.0",
3030
"portpicker>=1.5.2",
@@ -98,7 +98,7 @@ vertexai = [
9898
"google-cloud-aiplatform>=1.60.0",
9999
"vertexai>=1.49.0",
100100
]
101-
# LINT.ThenChange(./lit_nlp/examples/vertexai/requirements.txt)
101+
# LINT.ThenChange(./examples/vertexai/requirements.txt)
102102
# LINT.IfChange
103103
test = [
104104
"lime==0.2.0.1",

requirements_core.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ipython>=7.34.0
2323
Levenshtein>=0.21.1
2424
matplotlib>=3.6.0,<3.9.0
2525
ml-collections>=0.1.1
26-
numpy>=1.24.1
26+
numpy>=1.24.1,<2.0.0
2727
pandas>=2.0.3
2828
Pillow>=10.0.0
2929
portpicker>=1.5.2

0 commit comments

Comments
 (0)