Skip to content

Commit

Permalink
lower pyarrow dep and numpy a bit to be compatible with awswrangler a…
Browse files Browse the repository at this point in the history
…nd misosoup (#5)

* lower pyarrow dep to be compatible with awswrangler

* also lowering numpy dep a bit

* updated pre-commit to match poetry 1.5

---------

Co-authored-by: Shaurya Chanana <15051933+chanana@users.noreply.github.com>
  • Loading branch information
jtprince and chanana authored Jun 16, 2023
1 parent 10e4bfb commit d0c1cdb
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 253 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.263'
rev: 'v0.0.272'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -12,7 +12,7 @@ repos:
- id: debug-statements
- id: check-yaml
- repo: https://github.com/python-poetry/poetry
rev: 1.4.0
rev: 1.5.0
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down
Loading

0 comments on commit d0c1cdb

Please sign in to comment.