Skip to content

Commit

Permalink
Fix travis-ci failure under Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 authored and yuezhao@cs.toronto.edu committed Dec 19, 2018
1 parent 8c6d36d commit 004191f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements_ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ matplotlib
nose
numpy>=1.13
numba>=0.35
scipy>=1.1.0
# temporary fix scipy version. 1.2.0 runs to issue under python 2
scipy==1.1.0
scikit_learn>=0.19.1
tensorflow
xgboost>=0.7

0 comments on commit 004191f

Please sign in to comment.