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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
# supplies maintained XNYS sessions and close times that QuantLab should not
# duplicate with a local holiday list.
dependencies = [
"numpy>=1.26",
"numpy>=2.5.2",
"pandas>=2.1",
"pyarrow>=14.0", # Parquet storage backend
"scipy>=1.11",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# For full development, prefer: pip install -e ".[dev,dashboard,yahoo,extra,docs,notebooks]"
# This file includes the core dependencies plus the Yahoo and dashboard extras.

numpy>=1.26
numpy>=2.5.2
pandas>=2.1
pyarrow>=14.0
scipy>=1.11
Expand Down
54 changes: 27 additions & 27 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading