paris-saclay-cds / ramp-workflow

Toolkit for building predictive workflows on top of pydata (pandas, scikit-learn, pytorch, keras, etc.).
https://paris-saclay-cds.github.io/ramp-docs/
BSD 3-Clause "New" or "Revised" License
68 stars 43 forks source link

[MRG] Fix CI with keras version #240

Closed albertcthomas closed 4 years ago

albertcthomas commented 4 years ago

Fixes #239

Specifies keras version in testing-requirements.txt for compatibility with current tensorflow version.

codecov[bot] commented 4 years ago

Codecov Report

Merging #240 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #240   +/-   ##
=======================================
  Coverage   81.70%   81.70%           
=======================================
  Files         133      133           
  Lines        4909     4909           
=======================================
  Hits         4011     4011           
  Misses        898      898           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a629677...edd4e94. Read the comment docs.

agramfort commented 4 years ago

thx @albertcthomas