Skip to content
Merged
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 collectors/universe_returns.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _trading_days_to_process(
Returns ISO dates sorted chronologically. The trading-calendar module
at the repo root handles holiday awareness (market closures through 2030).
"""
from trading_calendar import is_trading_day as nyse_is_trading_day
from alpha_engine_lib.trading_calendar import is_trading_day as nyse_is_trading_day

out: list[str] = []
d = today
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ voyageai>=0.3
jsonschema>=4.20
arcticdb>=6.11
# flow-doctor is pulled in transitively via alpha-engine-lib[flow_doctor].
alpha-engine-lib[arcticdb,flow_doctor] @ git+https://github.com/cipher813/alpha-engine-lib@v0.1.1
alpha-engine-lib[arcticdb,flow_doctor] @ git+https://github.com/cipher813/alpha-engine-lib@main
Loading