Skip to content

Commit 0a8f150

Browse files
authored
Loosen larq version requirements and release patch (#281)
1 parent 1f4157a commit 0a8f150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def readme():
88

99
setup(
1010
name="larq-zoo",
11-
version="2.0.5",
11+
version="2.0.6",
1212
author="Plumerai",
1313
author_email="[email protected]",
1414
description="Reference implementations of popular Binarized Neural Networks",
@@ -19,7 +19,7 @@ def readme():
1919
license="Apache 2.0",
2020
install_requires=[
2121
"numpy~=1.15",
22-
"larq>=0.9.2,<0.11.0",
22+
"larq>=0.9.2,<0.12.0",
2323
"zookeeper>=1.0",
2424
"importlib-metadata ~= 2.0 ; python_version<'3.8'",
2525
],

0 commit comments

Comments
 (0)