Skip to content

Commit

Permalink
Updating to Python 3.9
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 442915615
  • Loading branch information
RyanMullins authored and LIT team committed Apr 19, 2022
1 parent 0036169 commit 17bfabd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use the official lightweight Python image.
# https://hub.docker.com/_/python
FROM python:3.7-slim
FROM python:3.9-slim

# Update Ubuntu packages and install basic utils
RUN apt-get update
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# ==============================================================================
name: lit-nlp
dependencies:
- python=3.7
- python=3.9
- absl-py
- numpy
- scipy
Expand Down

0 comments on commit 17bfabd

Please sign in to comment.