Skip to content

Commit fe7a4e9

Browse files
authored
Update requirements.txt
1 parent b5d5ba0 commit fe7a4e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ beautifulsoup4
22
black
33
fake_useragent
44
flake8
5-
keras
5+
keras; python_version <= '3.8'
66
lxml
77
matplotlib
88
mypy
@@ -13,8 +13,8 @@ pillow
1313
pytest
1414
pytest-cov
1515
requests
16-
scikit-fuzzy
16+
scikit-fuzzy; python_version <= '3.8'
1717
sklearn
1818
sympy
1919
tensorflow; python_version <= '3.8'
20-
xgboost
20+
xgboost; python_version <= '3.8'

0 commit comments

Comments
 (0)