Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis CI: reduce hardcoding of Python 3 versions #10705

Merged
merged 5 commits into from
Jul 18, 2018

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Jul 17, 2018

Summary

Python 2.7 needs pil but all other currently supported versions of Python need Pillow instead.

Related Issues

PR Overview

  • This PR requires new unit tests [y/n] (make sure tests are included)
  • This PR requires to update the documentation [y/n] (make sure the docs are up-to-date)
  • This PR is backwards compatible [y/n]
  • This PR changes the current API [y/n] (all API changes need to be approved by fchollet)

@cclauss
Copy link
Contributor Author

cclauss commented Jul 17, 2018

Tensorflow is not yet ready...

$ pip install tensorflow==1.7
Collecting tensorflow==1.7
Could not find a version that satisfies the requirement tensorflow==1.7 (from versions: )
No matching distribution found for tensorflow==1.7
The command "pip install tensorflow==1.7" failed and exited with 1 during .
Your build has been stopped.

Python 2.7 needs __pil__ but _all other_ currently supported versions of Python need __Pillow__ instead.
@cclauss cclauss changed the title Try testing on Python 3.7 Travis CI: reduce hardcoding of Python 3 versions Jul 17, 2018
@fchollet fchollet merged commit 1ebdbe1 into keras-team:master Jul 18, 2018
@cclauss cclauss deleted the patch-1 branch July 18, 2018 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants