Skip to content

Commit

Permalink
Upgrade LIT to Python 3.10.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 553557173
  • Loading branch information
nadah09 authored and LIT team committed Aug 3, 2023
1 parent 361098a commit 8bce86a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# ==============================================================================
# Use the official lightweight Python image.
# https://hub.docker.com/_/python
FROM python:3.9-slim
FROM python:3.10-slim

# Update Ubuntu packages and install basic utils
RUN apt-get update
Expand Down
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ imageio==2.31.1
Jinja2==3.1.2
keras==2.10.0
lime==0.2.0.1
matplotlib==3.3.4
ml-collections==0.1.1
numba==0.53.1
numba==0.57.1
numpy==1.23.5
pandas==2.0.2
portpicker==1.5.2
Expand All @@ -51,7 +50,6 @@ scipy==1.10.1
sentencepiece==0.1.99
shap==0.37.0
six==1.16.0
stanza==1.5.0
tensorboard==2.10.1
tensorflow==2.10.0
tensorflow-datasets==4.8.0
Expand All @@ -60,5 +58,5 @@ tensorflow-hub==0.13.0
tensorflow-text==2.10.0
termcolor==2.3.0
tqdm==4.64.0
transformers==4.1.1
transformers==4.27.1
umap-learn==0.5.1

0 comments on commit 8bce86a

Please sign in to comment.