From a8f511f80b053a62b04c5f259a5bf0f2ea345194 Mon Sep 17 00:00:00 2001 From: edtechre Date: Sun, 23 Jun 2024 01:45:22 -0700 Subject: [PATCH] Update ordering in setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 983870e..afd7246 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,8 +25,8 @@ install_requires = numpy>=1.23.4,<2 pandas>=1.5.1,<3 progressbar2>=4.1.1,<5 - yfinance>=0.1.84,<1 yahooquery>=2.3.7,<3 + yfinance>=0.1.84,<1 [options.packages.find] where = src