Skip to content

Commit

Permalink
BUG update requirements to properly match python 2 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Sep 12, 2017
1 parent 0a10a86 commit 603943c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ scipy~=0.19
scikit-learn~=0.19
six~=1.10
tensorflow~=1.3
mock==2.0.0 ; python_version == '2.7'
mock==2.0.0 ; python_version < '3.0'

0 comments on commit 603943c

Please sign in to comment.