Skip to content

Commit

Permalink
Version 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ValueRaider committed Jul 20, 2024
1 parent 3c33de9 commit 48d5bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg.template
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packages = find:
python_requires = >=3.9
install_requires =
yfinance >= 0.2.36
numpy >= 1.26 <2.0 # Pandas<2.1 requires Numpy<2, see Github issue #59052
numpy >= 1.26, <2.0 # Pandas<2.1 requires Numpy<2, see Github issue #59052
pandas >=1.5, <2.1 # Pandas 2.1 has datetime bug, see Github issue #55487
exchange_calendars >= 4.5.5
scipy >= 1.6.3
Expand Down
2 changes: 1 addition & 1 deletion version-live
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.4
0.6.5

0 comments on commit 48d5bc3

Please sign in to comment.