Skip to content

Commit fe5ed92

Browse files
committed
opencv and tensorflow are not Python 3.9 compatible
1 parent 35ced67 commit fe5ed92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ flake8
55
keras
66
matplotlib
77
mypy
8-
numpy>=1.17.4
9-
opencv-python
8+
numpy
9+
opencv-python; python_version <= '3.8'
1010
pandas
1111
pillow
1212
pytest
@@ -15,5 +15,5 @@ requests
1515
scikit-fuzzy
1616
sklearn
1717
sympy
18-
tensorflow
18+
tensorflow; python_version <= '3.8'
1919
xgboost

0 commit comments

Comments
 (0)