Skip to content

Commit 734c69a

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 41db319 commit 734c69a

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
@@ -1,5 +1,5 @@
11
numpy>=1.24.0,<2.0.0
2-
pandas>=2.0.0,<3.0.0
2+
pandas>=2.0.0,<4.0.0
33
scipy>=1.10.0,<2.0.0
44
yfinance>=0.2.31
55
duckdb>=0.9.0,<2.0.0

0 commit comments

Comments
 (0)