We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4157a commit 0a8f150Copy full SHA for 0a8f150
setup.py
@@ -8,7 +8,7 @@ def readme():
8
9
setup(
10
name="larq-zoo",
11
- version="2.0.5",
+ version="2.0.6",
12
author="Plumerai",
13
author_email="opensource@plumerai.com",
14
description="Reference implementations of popular Binarized Neural Networks",
@@ -19,7 +19,7 @@ def readme():
19
license="Apache 2.0",
20
install_requires=[
21
"numpy~=1.15",
22
- "larq>=0.9.2,<0.11.0",
+ "larq>=0.9.2,<0.12.0",
23
"zookeeper>=1.0",
24
"importlib-metadata ~= 2.0 ; python_version<'3.8'",
25
],
0 commit comments