Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Versions of 'matplotlib' beyond 3.8.0 do not offer support for Python 3.8.
  • Loading branch information
igor-pontes authored Jan 7, 2024
1 parent 258342d commit 72986bb
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 @@ -92,7 +92,7 @@ def dir_this_file():
long_description=read("README.md"),
install_requires=[
"pandas==1.0.5",
"matplotlib>=3.0.0",
"matplotlib>=3.0.0,<3.8.0",
"ib-insync==0.9.86",
"PyYAML>=5.4",
"numpy>=1.19.4,<1.24.0",
Expand Down

0 comments on commit 72986bb

Please sign in to comment.