Skip to content

Commit

Permalink
Update tensorflow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
romnn committed Aug 2, 2020
1 parent 822868a commit 5c2d971
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fakeredis = "*"
kerasltiprovider = {path = ".",editable = true}
flask = "*"
numpy = "*"
tensorflow = ">=2.1.0"
tensorflow = "==2.3.0"
redis = "*"
jaeger-client = "*"
prometheus-client = "*"
Expand Down
40 changes: 20 additions & 20 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ deps =
pip>=19.2
pipenv
commands_pre =
pip install --quiet tensorflow>=2.1.0
pip install --quiet tensorflow==2.3.0
pipenv install --clear --dev
commands = pipenv run invoke test

Expand Down

0 comments on commit 5c2d971

Please sign in to comment.