Skip to content

Commit

Permalink
LIT: Update numpy version to be smaller than 2.0.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 674020174
  • Loading branch information
llcourage authored and LIT team committed Sep 12, 2024
1 parent 6039195 commit f4436a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"Levenshtein>=0.21.1",
"matplotlib>=3.7.1",
"ml-collections>=0.1.1",
"numpy>=1.24.1",
"numpy>=1.24.1,<2.0.0",
"pandas>=2.0.3",
"Pillow>=10.0.0",
"portpicker>=1.5.2",
Expand Down Expand Up @@ -98,7 +98,7 @@ vertexai = [
"google-cloud-aiplatform>=1.60.0",
"vertexai>=1.49.0",
]
# LINT.ThenChange(./lit_nlp/examples/vertexai/requirements.txt)
# LINT.ThenChange(./examples/vertexai/requirements.txt)
# LINT.IfChange
test = [
"lime==0.2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements_core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ipython>=7.34.0
Levenshtein>=0.21.1
matplotlib>=3.6.0,<3.9.0
ml-collections>=0.1.1
numpy>=1.24.1
numpy>=1.24.1,<2.0.0
pandas>=2.0.3
Pillow>=10.0.0
portpicker>=1.5.2
Expand Down

0 comments on commit f4436a2

Please sign in to comment.