Skip to content

Commit 24d277b

Browse files
BUILD(pip): update pandas requirement from <2.3,>=1.1.0 to >=1.1.0,<2.4 (#6326)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent b02caea commit 24d277b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update pandas requirement from <2.3,>=1.1.0 to >=1.1.0,<2.4

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ unit-tests = [
5656
]
5757
integration-tests = [
5858
"matplotlib>=3.5.0,<3.11",
59-
"pandas>=1.1.0,<2.3",
59+
"pandas>=1.1.0,<2.4",
6060
"pyaedt[unit-tests]",
6161
]
6262
tests = [
@@ -107,7 +107,7 @@ all = [
107107
"matplotlib>=3.5.0,<3.11",
108108
"openpyxl>=3.1.0,<3.3",
109109
"osmnx>=1.1.0,<2.1",
110-
"pandas>=1.1.0,<2.3",
110+
"pandas>=1.1.0,<2.4",
111111
"pyvista[io]>=0.38.0,<0.46",
112112
"fast-simplification>=0.1.7",
113113
"ansys-tools-visualization-interface; python_version >= '3.10'",
@@ -121,7 +121,7 @@ examples = [
121121
"matplotlib>=3.5.0,<3.11",
122122
"openpyxl>=3.1.0,<3.3",
123123
"osmnx>=1.1.0,<2.1",
124-
"pandas>=1.1.0,<2.3",
124+
"pandas>=1.1.0,<2.4",
125125
"pyvista>=0.38.0,<0.45",
126126
"fast-simplification>=0.1.7",
127127
"joblib>=1.4.0,<1.6",

0 commit comments

Comments
 (0)