Skip to content

Commit

Permalink
Update larq requirement from <0.13.2,>=0.9.2 to >=0.9.2,<0.13.4
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.13.3)

---
updated-dependencies:
- dependency-name: larq
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2023
1 parent 5e8b37a commit 2ec6c57
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 @@ -20,7 +20,7 @@ def readme():
install_requires=[
"numpy>=1.15.0",
"packaging>=19",
"larq>=0.9.2,<0.13.2",
"larq>=0.9.2,<0.13.4",
"zookeeper>=1.0.0",
"typeguard<3.0.0",
"protobuf<3.21",
Expand Down

0 comments on commit 2ec6c57

Please sign in to comment.