Skip to content

Commit f9d85ee

Browse files
MarcoGorelliphofl
andauthored
Backport PR pandas-dev#51391 on branch 1.5.x (CI: Pin openpyxl to < 3.1.1) (pandas-dev#51415)
Backport PR pandas-dev#51391: CI: Pin openpyxl to < 3.1.1 Co-authored-by: Patrick Hoefler <[email protected]>
1 parent 2706328 commit f9d85ee

7 files changed

+7
-7
lines changed

ci/deps/actions-310.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- matplotlib>=3.6.1
3434
- numba
3535
- numexpr
36-
- openpyxl
36+
- openpyxl<3.1.1
3737
- odfpy
3838
- pandas-gbq
3939
- psycopg2

ci/deps/actions-38-downstream_compat.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
- matplotlib>=3.6.1
3535
- numba
3636
- numexpr
37-
- openpyxl
37+
- openpyxl<3.1.1
3838
- odfpy
3939
- pandas-gbq
4040
- psycopg2

ci/deps/actions-38.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- matplotlib>=3.6.1
3434
- numba
3535
- numexpr
36-
- openpyxl
36+
- openpyxl<3.1.1
3737
- odfpy
3838
- pandas-gbq
3939
- psycopg2

ci/deps/actions-39.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- matplotlib>=3.6.1
3434
- numba
3535
- numexpr
36-
- openpyxl
36+
- openpyxl<3.1.1
3737
- odfpy
3838
- pandas-gbq
3939
- psycopg2

ci/deps/circle-38-arm64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- matplotlib>=3.6.1
3434
- numba
3535
- numexpr
36-
- openpyxl
36+
- openpyxl<3.1.1
3737
- odfpy
3838
- pandas-gbq
3939
- psycopg2

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
- matplotlib>=3.6.1
3535
- numba>=0.53.1
3636
- numexpr>=2.8.0 # pin for "Run checks on imported code" job
37-
- openpyxl
37+
- openpyxl<3.1.1
3838
- odfpy
3939
- pandas-gbq
4040
- psycopg2

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lxml
2525
matplotlib>=3.6.1
2626
numba>=0.53.1
2727
numexpr>=2.8.0
28-
openpyxl
28+
openpyxl<3.1.1
2929
odfpy
3030
pandas-gbq
3131
psycopg2

0 commit comments

Comments
 (0)