Skip to content

Commit

Permalink
Relax requirements for dependencies (tensorflow#1149)
Browse files Browse the repository at this point in the history
* Relax required versions.
* Relax the requirements for some dependencies.
  • Loading branch information
gabrieldemarmiesse committed Feb 24, 2020
1 parent 49637c3 commit c0f4a24
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build_deps/build-requirements-cpu.txt
@@ -1 +1 @@
tensorflow-cpu==2.1.0
tensorflow-cpu~=2.1.0
2 changes: 1 addition & 1 deletion build_deps/build-requirements.txt
@@ -1 +1 @@
tensorflow==2.1.0
tensorflow~=2.1.0
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1 +1 @@
typeguard==2.7.1
typeguard>=2.7
2 changes: 1 addition & 1 deletion tools/tests_dependencies/flake8.txt
@@ -1 +1 @@
flake8==3.7.9
flake8~=3.7.9
2 changes: 1 addition & 1 deletion tools/tests_dependencies/typedapi.txt
@@ -1 +1 @@
typedapi==0.2.0
typedapi~=0.2.0

0 comments on commit c0f4a24

Please sign in to comment.