From 48d5bc35b24a9ee4f3ae60004120edc0804aaee3 Mon Sep 17 00:00:00 2001 From: ValueRaider Date: Sat, 20 Jul 2024 14:28:00 +0100 Subject: [PATCH] Version 0.6.5 --- setup.cfg.template | 2 +- version-live | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg.template b/setup.cfg.template index ab59dfd..535d3f6 100644 --- a/setup.cfg.template +++ b/setup.cfg.template @@ -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 diff --git a/version-live b/version-live index eb514eb..e0ea44c 100644 --- a/version-live +++ b/version-live @@ -1 +1 @@ -0.6.4 \ No newline at end of file +0.6.5 \ No newline at end of file