egmaminta2 commited on
Commit
192cc10
·
verified ·
1 Parent(s): a957daa

Update tools/extract_market_data.py

Browse files
Files changed (1) hide show
  1. tools/extract_market_data.py +1 -1
tools/extract_market_data.py CHANGED
@@ -17,7 +17,7 @@ class ExtractMarketDataTool(Tool):
17
  import yfinance as yf
18
  except ImportError as e:
19
  raise ImportError(
20
- "You must install packages `yfinance` to run this tool: for instance run `uv pip install yfinance`"
21
  ) from e
22
 
23
  try:
 
17
  import yfinance as yf
18
  except ImportError as e:
19
  raise ImportError(
20
+ "You must install packages `yfinance` to run this tool: for instance run `pip install yfinance`"
21
  ) from e
22
 
23
  try: