Skip to content

CI: Pin openpyxl to < 3.1.1 #51391

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
- matplotlib>=3.6.1
- numba
- numexpr
- openpyxl
- openpyxl<3.1.1
- odfpy
- pandas-gbq
- psycopg2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-311.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
- matplotlib>=3.6.1
# - numba not compatible with 3.11
- numexpr
- openpyxl
- openpyxl<3.1.1
- odfpy
- pandas-gbq
- psycopg2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-38-downstream_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
- matplotlib>=3.6.1
- numba
- numexpr
- openpyxl
- openpyxl<3.1.1
- odfpy
- psycopg2
- pyarrow
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
- matplotlib>=3.6.1
- numba
- numexpr
- openpyxl
- openpyxl<3.1.1
- odfpy
- pandas-gbq
- psycopg2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
- matplotlib>=3.6.1
- numba
- numexpr
- openpyxl
- openpyxl<3.1.1
- odfpy
- pandas-gbq
- psycopg2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/circle-38-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
- matplotlib>=3.6.1
- numba
- numexpr
- openpyxl
- openpyxl<3.1.1
- odfpy
- pandas-gbq
- psycopg2
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
- matplotlib>=3.6.1
- numba>=0.53.1
- numexpr>=2.8.0 # pin for "Run checks on imported code" job
- openpyxl
- openpyxl<3.1.1
- odfpy
- py
- psycopg2
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lxml
matplotlib>=3.6.1
numba>=0.53.1
numexpr>=2.8.0
openpyxl
openpyxl<3.1.1
odfpy
py
psycopg2-binary
Expand Down