Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
epeters3 committed Feb 9, 2021
1 parent e738373 commit 730f0bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/test.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tensorflow/tensorflow:2.2.2
FROM tensorflow/tensorflow:2.3.2

WORKDIR /app

Expand Down
5 changes: 3 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ requests==2.24.0
flake8==3.8.4
scikit-learn==0.23.2
torch==1.7.0
transformers==3.4.0
tensorflow==2.2.2
transformers==4.3.0
tensorflow==2.3.2
sentencepiece==0.1.95
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def run(self):
setuptools.setup(
name="bavard-ml-common",
version=VERSION,
author="Bavard AI, LLC",
author="Bavard AI, Inc.",
author_email="[email protected]",
description="Machine learning model utilities",
long_description=long_description,
Expand All @@ -49,7 +49,6 @@ def run(self):
"pydantic==1.7.3",
"google-cloud-storage==1.35.1",
"google-cloud-pubsub==2.2.0",
"protobuf==3.12.0", # needed b/c of: https://github.com/googleapis/python-bigquery/issues/305
"numpy>=1.15.4",
"scikit-learn>=0.20.3"
],
Expand Down

0 comments on commit 730f0bc

Please sign in to comment.