Skip to content

Commit

Permalink
CI: Temporary pin sqlalchemy (#50591)
Browse files Browse the repository at this point in the history
tmp pin sqlalchemy

Co-authored-by: MarcoGorelli <>
  • Loading branch information
MarcoGorelli authored Jan 6, 2023
1 parent 0ffeb2b commit fa78ea8
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 @@ -48,7 +48,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 @@ -48,7 +48,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 @@ -48,7 +48,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 @@ -48,7 +48,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 @@ -49,7 +49,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 @@ -51,7 +51,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 @@ -40,7 +40,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 fa78ea8

Please sign in to comment.