-
Notifications
You must be signed in to change notification settings - Fork 357
/
requirements.txt
42 lines (42 loc) · 1.16 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
# LINT.IfChange
absl-py>=1.4.0
annoy>=1.17.3
attrs>=22.1.0
etils[epath]>=1.5.0
filelock>=3.12.3
google-cloud-translate>=3.11.1
ipython>=7.34.0
Levenshtein>=0.21.1
matplotlib>=3.6.0,<3.9.0
ml-collections>=0.1.1
numpy>=1.24.1,<2.0.0
pandas[output-formatting]>=2.0.3
Pillow>=10.0.0
portpicker>=1.5.2
requests>=2.31.0
rouge-score>=0.1.2
sacrebleu>=2.3.1
saliency>=0.1.3
scikit-learn>=1.0.2
scipy>=1.10.1
shap>=0.42.0,<0.46.0
six>=1.16.0
termcolor>=2.3.0
tqdm>=4.64.0
umap-learn>=0.5.1
werkzeug>=2.2.3
# LINT.ThenChange(./pyproject.toml)