Skip to content

Commit

Permalink
Update larq requirement from <0.12.0,>=0.9.2 to >=0.9.2,<0.13.0 (#307)
Browse files Browse the repository at this point in the history
Updates the requirements on [larq](https://github.com/larq/larq) to permit the latest version.
- [Release notes](https://github.com/larq/larq/releases)
- [Commits](larq/larq@v0.9.2...v0.12.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 5, 2021
1 parent dee3618 commit c3ac546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def readme():
license="Apache 2.0",
install_requires=[
"numpy>=1.15.0,<1.21.0",
"larq>=0.9.2,<0.12.0",
"larq>=0.9.2,<0.13.0",
"zookeeper>=1.0.0,<1.4.0",
"importlib-metadata ~= 2.0 ; python_version<'3.8'",
],
Expand Down

0 comments on commit c3ac546

Please sign in to comment.