Skip to content

Commit a3c742f

Browse files
Update pandas requirement from ~=2.2 to >=2.2,<4.0
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.2.0...v3.0.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 090b7e3 commit a3c742f

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
@@ -22,7 +22,7 @@ dependencies = [
2222
"lalsuite==7.26.1",
2323
"h5py~=3.11",
2424
"arviz~=0.19",
25-
"pandas~=2.2",
25+
"pandas>=2.2,<4.0",
2626
"qnm==0.4.4",
2727
"seaborn~=0.13",
2828
"numpyro==0.19.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ numpy==2.2.6
22
lalsuite==7.26.1
33
h5py~=3.11
44
arviz~=0.19
5-
pandas~=2.2
5+
pandas>=2.2,<4.0
66
qnm==0.4.4
77
seaborn~=0.13
88
jupyterlab

0 commit comments

Comments
 (0)