Skip to content

Commit ef4acf5

Browse files
Update pandas requirement from <2.3.0,>=2.0.0 to >=2.0.0,<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.0.0...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 175ef45 commit ef4acf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"nano-vectordb",
2929
"networkx",
3030
"numpy",
31-
"pandas>=2.0.0,<2.3.0",
31+
"pandas>=2.0.0,<2.4.0",
3232
"pipmaster",
3333
"pydantic",
3434
"pypinyin",
@@ -50,7 +50,7 @@ api = [
5050
"networkx",
5151
"numpy",
5252
"openai>=1.0.0,<3.0.0",
53-
"pandas>=2.0.0,<2.3.0",
53+
"pandas>=2.0.0,<2.4.0",
5454
"pipmaster",
5555
"pydantic",
5656
"pypinyin",

0 commit comments

Comments
 (0)