Skip to content

Commit

Permalink
⬆️ v1.0.0 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamHillier authored Apr 29, 2020
1 parent 90b7ed2 commit 3ae6dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def readme():

setup(
name="larq-zoo",
version="1.0.b4",
version="1.0.0",
author="Plumerai",
author_email="[email protected]",
description="Reference implementations of popular Binarized Neural Networks",
Expand All @@ -17,7 +17,7 @@ def readme():
url="https://github.com/plumerai/larq-zoo",
packages=find_packages(),
license="Apache 2.0",
install_requires=["numpy~=1.15", "larq>=0.9.2,<0.10.0", "zookeeper~=1.0.b5"],
install_requires=["numpy~=1.15", "larq>=0.9.2,<0.10.0", "zookeeper~=1.0.0"],
extras_require={
"tensorflow": ["tensorflow>=1.15.0"],
"tensorflow_gpu": ["tensorflow-gpu>=1.15.0"],
Expand Down

0 comments on commit 3ae6dcb

Please sign in to comment.