Skip to content

Commit

Permalink
Update dependencies (AmpX-AI#6)
Browse files Browse the repository at this point in the history
* remove fsspec pinned dependencies

* Attempt fix publish pipeline

Co-authored-by: vojta tuma <[email protected]>
  • Loading branch information
ampx-mg and vtuma authored May 20, 2022
1 parent 974b477 commit 497673d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: publish
on:
release:
types: [released]
on: [release]
jobs:
build-package:
runs-on: ubuntu-latest
Expand All @@ -15,7 +13,7 @@ jobs:
with:
name: package-distribution
path: dist
- uses: pypa/gh-action-pypi-publish@release/v1
- uses: pypa/gh-action-pypi-publish@release/v1 # https://github.com/pypa/gh-action-pypi-publish
with:
user: "fsql-ampx"
password: ${{ secrets.PYPIPASSWORD }}
Expand Down
12 changes: 3 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,10 @@ test =
pyarrow
moto
pytest
boto3 <= 1.17.106 # TODO only unrestricted fsspec[s3] should remain here, and instead tests should be run from some pinned env
s3fs <= 0.4.2
fsspec[s3] <= 2022.2.0
aiobotocore <= 1.4.2
fsspec[s3] >= 2022.5.0

s3 =
boto3 <= 1.17.106 # TODO only unrestricted fsspec[s3] should remain here, and instead tests should be run from some pinned env
s3fs <= 0.4.2
fsspec[s3] <= 2022.2.0
aiobotocore <= 1.4.2
fsspec[s3] >= 2022.5.0

xlsx =
openpyxl
openpyxl

0 comments on commit 497673d

Please sign in to comment.