Skip to content

Commit fc8909d

Browse files
ci(deps): update pandas requirement from <3,>=2.0 to >=3.0.5,<4 (#65)
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.5) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5aef46 commit fc8909d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# 69-Paper-WorkFlow demo gate as of v2026.07. Upper bounds leave room
1010
# for upstream API changes and are not strict pins.
1111
numpy>=1.26,<3
12-
pandas>=2.0,<3
12+
pandas>=3.0.5,<4
1313
matplotlib>=3.11.1,<4
1414
statsmodels>=0.14,<1
1515
linearmodels>=4.27,<6

0 commit comments

Comments
 (0)