Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
"requests>=2.31", # Binance REST client
"joblib>=1.3", # Caching / parallelism helpers
"pandas-market-calendars>=5.4,<6", # Maintained XNYS calendar
"filelock>=3.13", # Cross-process cache-write coordination
"filelock>=3.32.2", # Cross-process cache-write coordination
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ typer>=0.12
requests>=2.31
joblib>=1.3
pandas-market-calendars>=5.4,<6
filelock>=3.13
filelock>=3.32.2

# Data source (optional but needed for `quantlab download` from Yahoo)
yfinance>=0.2.40
Expand Down
Loading