Skip to content

Commit 6de4e0d

Browse files
chore(deps): update pandas requirement
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.0.0...v3.0.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03ac8ad commit 6de4e0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919

2020
dependencies = [
2121
"numpy>=1.24.0,<2.0.0",
22-
"pandas>=2.0.0,<3.0.0",
22+
"pandas>=2.0.0,<4.0.0",
2323
"scipy>=1.10.0,<2.0.0",
2424
"yfinance>=0.2.31",
2525
"duckdb>=0.9.0,<2.0.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# pyproject.toml. A bare `pip install -r requirements.txt` must produce a
33
# working runtime environment (no missing-import surprises on cold install).
44
numpy>=1.24.0,<2.0.0
5-
pandas>=2.0.0,<3.0.0
5+
pandas>=2.0.0,<4.0.0
66
scipy>=1.10.0,<2.0.0
77
yfinance>=0.2.31
88
duckdb>=0.9.0,<2.0.0

0 commit comments

Comments
 (0)