Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Making setup not have an explicit TF dependency so that it works with…
Browse files Browse the repository at this point in the history
… GPU installs.
  • Loading branch information
eiderman committed Dec 12, 2016
1 parent 8b894d6 commit bc49c96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
import os
from setuptools import find_packages, setup, Extension

_VERSION = '0.7.1'
_VERSION = '0.7.2'

REQUIRED_PACKAGES = [
'enum34 >= 1.0.0',
'six >= 1.10.0',
'tensorflow >= 0.12.0rc0',
# Having an explicit dependency here breaks GPU
# tensorflow >= 0.12.0rc0',
]

# pylint: disable=line-too-long
Expand Down

0 comments on commit bc49c96

Please sign in to comment.