mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-18 08:17:01 +00:00
fixes requirements error (#12438)
* fixes join.py action * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixes split.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixed two requirements * Custom Implementation of join.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated join.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update split.py * Update join.py * Update join.py --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>
This commit is contained in:
parent
972a5c1e43
commit
d9092d88dd
|
@ -1,5 +1,5 @@
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
fake_useragent
|
fake-useragent
|
||||||
imageio
|
imageio
|
||||||
keras
|
keras
|
||||||
lxml
|
lxml
|
||||||
|
@ -11,7 +11,7 @@ pillow
|
||||||
requests
|
requests
|
||||||
rich
|
rich
|
||||||
scikit-learn
|
scikit-learn
|
||||||
sphinx_pyproject
|
sphinx-pyproject
|
||||||
statsmodels
|
statsmodels
|
||||||
sympy
|
sympy
|
||||||
tweepy
|
tweepy
|
||||||
|
|
Loading…
Reference in New Issue
Block a user