Python/requirements.txt
Tianyi Zheng bb8f194957
Delete texttable from dependencies (#10565)
* Disable unused dependencies

Comment out dependencies in requirements.txt that are only used by currently-disabled files

* Delete unused dependency
2023-10-16 02:01:01 +02:00

24 lines
504 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'
tweepy
xgboost
# yulewalker # uncomment once audio_filters/equal_loudness_filter.py is fixed