Python/requirements.txt
Tianyi Zheng c9ba5e1b6f
Disable unused dependencies (#10467)
Comment out dependencies in requirements.txt that are only used by currently-disabled files
2023-10-14 22:08:52 +02:00

25 lines
514 B
Plaintext

beautifulsoup4
fake_useragent
imageio
keras ; python_version < '3.12'
lxml
matplotlib
numpy
opencv-python
pandas
pillow
# projectq # uncomment once quantum/quantum_random.py is fixed
qiskit ; python_version < '3.12'
qiskit-aer ; python_version < '3.12'
requests
rich
# scikit-fuzzy # uncomment once fuzzy_logic/fuzzy_operations.py is fixed
scikit-learn
statsmodels
sympy
tensorflow ; python_version < '3.12'
texttable
tweepy
xgboost
# yulewalker # uncomment once audio_filters/equal_loudness_filter.py is fixed