Skip to content

Commit 886fd89

Browse files
Specify min dependency versions
1 parent 9ec553c commit 886fd89

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ classifiers =
3535
packages =
3636
patternity
3737
install_requires =
38-
numpy
39-
matplotlib
40-
yfinance
41-
python-binance
38+
numpy>=1.26.0
39+
matplotlib>=3.8.0
40+
yfinance>=0.2.33
41+
python-binance>=1.0.17
4242
include_package_data = yes
4343
python_requires = >=3.9
4444
package_dir =
4545
=src
46-
zip_safe = no
46+
zip_safe = no

0 commit comments

Comments
 (0)