Skip to content

Commit b1b7a73

Browse files
authored
Merge pull request #5 from code-kern-ai/dependabot-pip-numpy-1.22.0
Bump numpy from 1.21.0 to 1.22.0
2 parents 794f178 + df84e74 commit b1b7a73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7
1+
FROM python:3.9
22

33
RUN apt update && apt install -y curl
44

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy==1.21.0
1+
numpy==1.22.0
22
textblob==0.17.1
33
scikit-learn==1.0.1
44
Vocabulary==1.0.4

0 commit comments

Comments
 (0)