Skip to content

Commit

Permalink
Merge pull request robcarver17#1320 from fafuja/master
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
robcarver17 authored Jan 8, 2024
2 parents 57aba79 + 72986bb commit bcfd966
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 bcfd966

Please sign in to comment.