Skip to content

Travis CI: Start testing on Python 3.9 beta 5 #2279

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

Closed
wants to merge 11 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
opencv and tensorflow are not Python 3.9 compatible
  • Loading branch information
cclauss committed Aug 4, 2020
commit fe5ed921021536c0df2286d245608348c098dfce
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ flake8
keras
matplotlib
mypy
numpy>=1.17.4
opencv-python
numpy
opencv-python; python_version <= '3.8'
pandas
pillow
pytest
Expand All @@ -15,5 +15,5 @@ requests
scikit-fuzzy
sklearn
sympy
tensorflow
tensorflow; python_version <= '3.8'
xgboost