mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
5987f86192
* Added automatic differentiation algorithm * file name changed * Resolved pre commit errors * updated dependency * added noqa for ignoring check * adding typing_extension for adding Self type in __new__ * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * sorted requirement.text dependency * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * resolved ruff --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
25 lines
522 B
Plaintext
25 lines
522 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
|
|
# yulewalker # uncomment once audio_filters/equal_loudness_filter.py is fixed
|
|
typing_extensions
|
|
xgboost
|