We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f968dda commit c9ba5e1Copy full SHA for c9ba5e1
requirements.txt
@@ -1,24 +1,24 @@
1
beautifulsoup4
2
fake_useragent
3
imageio
4
-keras
+keras ; python_version < '3.12'
5
lxml
6
matplotlib
7
numpy
8
opencv-python
9
pandas
10
pillow
11
-projectq
+# projectq # uncomment once quantum/quantum_random.py is fixed
12
qiskit ; python_version < '3.12'
13
qiskit-aer ; python_version < '3.12'
14
requests
15
rich
16
-scikit-fuzzy
+# scikit-fuzzy # uncomment once fuzzy_logic/fuzzy_operations.py is fixed
17
scikit-learn
18
statsmodels
19
sympy
20
tensorflow ; python_version < '3.12'
21
texttable
22
tweepy
23
xgboost
24
-yulewalker
+# yulewalker # uncomment once audio_filters/equal_loudness_filter.py is fixed
0 commit comments