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

Keras and tensorflow testing requirements make CI fail #239

Closed albertcthomas closed 4 years ago

albertcthomas commented 4 years ago

pip install keras in the testing-requirement.txt installs the last version Keras 2.4 which requires tensorflow 2.2, whereas tensorflow 2.0.1 is specified in testing-requirement.txt. This is making CI fail, see PR #237.

We can either specify that we want keras<2.4 in the testing requirements of wait for keras-team/keras#14129 to be resolved.

cliffwoolley commented 4 years ago

We can either specify that we want keras<2.4 in the testing requirements of wait for keras-team/keras#14129 to be resolved.

If you need the older TensorFlow, you should pin your requirement to keras<2.4 .