Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sonique6784 authored and ValueRaider committed Jul 19, 2024
1 parent 51bbf0f commit 6aa2463
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ classifiers =
package_dir =
= ./
packages = find:
python_requires = >=3
python_requires = >=3.9
install_requires =
yfinance >= 0.2.36
numpy >= 1.26 <2.0 # Pandas require 1.x NumPy version
pandas >=1.5, <2.1 # Pandas 2.1 has datetime bug, see Github issue #55487
exchange_calendars >= 4.5.5
scipy >= 1.6.3
click
appdirs

[options.packages.find]
where = ./

0 comments on commit 6aa2463

Please sign in to comment.