Skip to content

Commit

Permalink
Enable higher tensorflow and sklearn versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kbattocchi committed Jun 9, 2020
1 parent b5e38c6 commit f9b9bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ setup_requires =
install_requires =
numpy
scipy != 1.4.0
scikit-learn ~= 0.21.0
scikit-learn > 0.21.0
keras
sparse != 0.10
tensorflow == 1.*
tensorflow > 1.10
joblib >= 0.13.0
numba != 0.42.1
statsmodels >= 0.9
Expand Down

0 comments on commit f9b9bd5

Please sign in to comment.