Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed Sep 17, 2020
1 parent 99b88b8 commit 0a486ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
import re


requirements = ["numpy", "cma"]
if os.environ.get("READTHEDOCS") != "True":
requirements.append("tensorflow>2.1*")
requirements = ["numpy", "cma", "tensorflow>2.1*"]
PACKAGE = "evolutionary_keras"

this_directory = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 0a486ab

Please sign in to comment.