Skip to content

Commit

Permalink
chore: keep matplotlib as required
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriiashmyhlo committed Sep 13, 2023
1 parent 2ed9aa3 commit 35dc98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
python_requires=">=3.7",
install_requires=[
"flatten-dict==0.4.2",
"matplotlib>=3.5.3",
"pandas>=0.25.2",
"requests==2.31.0",
"tqdm==4.64.1",
Expand All @@ -51,7 +52,6 @@
"types-python-dateutil==2.8.19",
"types-six==1.16.19",
"jupyter==1.0.0",
"matplotlib==3.5.3",
"statsmodels==0.13.2",
],
"deploy": ["wheel==0.37.1", "twine==4.0.1"],
Expand Down

0 comments on commit 35dc98d

Please sign in to comment.