Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- pytz

# optional dependencies
- aiobotocore<2.0.0
- aiobotocore
- beautifulsoup4
- blosc
- bottleneck
Expand All @@ -44,7 +44,7 @@ dependencies:
- pyreadstat
- python-snappy
- pyxlsb
- s3fs>=2021.05.0
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- tabulate
Expand Down
4 changes: 2 additions & 2 deletions ci/deps/actions-38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- pytz

# optional dependencies
- aiobotocore<2.0.0
- aiobotocore
- beautifulsoup4
- blosc
- bottleneck
Expand All @@ -44,7 +44,7 @@ dependencies:
- pytables
- python-snappy
- pyxlsb
- s3fs>=2021.05.0
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- tabulate
Expand Down
4 changes: 2 additions & 2 deletions ci/deps/actions-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- pytz

# optional dependencies
- aiobotocore<2.0.0
- aiobotocore
- beautifulsoup4
- blosc
- bottleneck
Expand All @@ -44,7 +44,7 @@ dependencies:
- pytables
- python-snappy
- pyxlsb
- s3fs>=2021.05.0
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- tabulate
Expand Down
4 changes: 2 additions & 2 deletions ci/deps/circle-38-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- pytz

# optional dependencies
- aiobotocore<2.0.0
- aiobotocore
- beautifulsoup4
- blosc
- bottleneck
Expand All @@ -45,7 +45,7 @@ dependencies:
- pytables
- python-snappy
- pyxlsb
- s3fs>=2021.05.0
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- tabulate
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies:
- pytables
- python-snappy
- pyxlsb
- s3fs>=2021.05.0
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- tabulate
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pyreadstat
tables
python-snappy
pyxlsb
s3fs>=2021.05.0
s3fs>=2021.08.0
scipy
sqlalchemy
tabulate
Expand Down