Skip to content

Commit

Permalink
Backport PR pandas-dev#50591 on branch 1.5.x (CI: Temporary pin sqlal…
Browse files Browse the repository at this point in the history
…chemy) (pandas-dev#50602)

Backport PR pandas-dev#50591: CI: Temporary pin sqlalchemy

Co-authored-by: Marco Edward Gorelli <33491632+MarcoGorelli@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and MarcoGorelli committed Jan 6, 2023
1 parent 108248e commit af97958
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies:
- pyxlsb
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- sqlalchemy<1.4.46
- tabulate
- tzdata>=2022a
- xarray
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 @@ -46,7 +46,7 @@ dependencies:
- pyxlsb
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- sqlalchemy<1.4.46
- tabulate
- xarray
- xlrd
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 @@ -45,7 +45,7 @@ dependencies:
- pyxlsb
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- sqlalchemy<1.4.46
- tabulate
- xarray
- xlrd
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 @@ -45,7 +45,7 @@ dependencies:
- pyxlsb
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- sqlalchemy<1.4.46
- tabulate
- tzdata>=2022a
- xarray
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 @@ -46,7 +46,7 @@ dependencies:
- pyxlsb
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- sqlalchemy<1.4.46
- tabulate
- xarray
- xlrd
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies:
- pyxlsb
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- sqlalchemy<1.4.46
- tabulate
- tzdata>=2022a
- xarray
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ python-snappy
pyxlsb
s3fs>=2021.08.0
scipy
sqlalchemy
sqlalchemy<1.4.46
tabulate
tzdata>=2022.1
xarray
Expand Down

0 comments on commit af97958

Please sign in to comment.