Skip to content

Commit

Permalink
tf probability can now be used in readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff authored Sep 15, 2020
1 parent 9622aa3 commit 339efd5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
import re


requirements = ['numpy', 'pyyaml']
#if os.environ.get('READTHEDOCS') != 'True':
requirements.append('tensorflow')
requirements.append('tensorflow-probability')
requirements = ['numpy', 'pyyaml', 'tensorflow', 'tensorflow-probability']

PACKAGE = 'pdfflow'

Expand Down

0 comments on commit 339efd5

Please sign in to comment.