TheAlgorithms-Python/requirements.txt
Caeden Perelli-Harris f512b4d105
refactor: Move pascals triange to maths/ (#7932)
* refactor: Move pascals triange to maths/

* Update xgboost_classifier.py

* statsmodels is now compatible with Python 3.11

* statsmodels is now compatible with Python 3.11

* cython>=0.29.28

* cython>=0.29.28  # For statsmodels on Python 3.11

Co-authored-by: Christian Clauss <cclauss@me.com>
2022-11-01 20:25:39 +01:00

24 lines
302 B
Plaintext

beautifulsoup4
cython>=0.29.28 # For statsmodels on Python 3.11
fake_useragent
keras
lxml
matplotlib
numpy
opencv-python
pandas
pillow
projectq
qiskit; python_version < "3.11"
requests
rich
scikit-fuzzy
sklearn
statsmodels
sympy
tensorflow; python_version < "3.11"
texttable
tweepy
xgboost
yulewalker