Skip to content

Commit c9ba5e1

Browse files
Disable unused dependencies (#10467)
Comment out dependencies in requirements.txt that are only used by currently-disabled files
1 parent f968dda commit c9ba5e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
beautifulsoup4
22
fake_useragent
33
imageio
4-
keras
4+
keras ; python_version < '3.12'
55
lxml
66
matplotlib
77
numpy
88
opencv-python
99
pandas
1010
pillow
11-
projectq
11+
# projectq # uncomment once quantum/quantum_random.py is fixed
1212
qiskit ; python_version < '3.12'
1313
qiskit-aer ; python_version < '3.12'
1414
requests
1515
rich
16-
scikit-fuzzy
16+
# scikit-fuzzy # uncomment once fuzzy_logic/fuzzy_operations.py is fixed
1717
scikit-learn
1818
statsmodels
1919
sympy
2020
tensorflow ; python_version < '3.12'
2121
texttable
2222
tweepy
2323
xgboost
24-
yulewalker
24+
# yulewalker # uncomment once audio_filters/equal_loudness_filter.py is fixed

0 commit comments

Comments
 (0)