Skip to content

Commit

Permalink
Update latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni committed Apr 20, 2024
1 parent 63b70cd commit b8144d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -27,7 +27,7 @@ repos:
- id: add-trailing-comma
name: Add trailing comma
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.4.0'
rev: 'v0.4.1'
hooks:
- id: ruff
types_or: [ python, pyi, jupyter ]
Expand Down
@@ -1,4 +1,4 @@
numpy==1.26.4
pandas==2.2.2
pyarrow==15.0.2
pyarrow==16.0.0
scikit-learn==1.4.2
6 changes: 3 additions & 3 deletions woodwork/tests/requirement_files/latest_dask_dependencies.txt
@@ -1,7 +1,7 @@
click==8.1.7
dask==2024.4.1
dask-expr==1.0.11
dask==2024.4.2
dask-expr==1.0.12
numpy==1.26.4
pandas==2.2.2
pyarrow==15.0.2
pyarrow==16.0.0
scikit-learn==1.4.2
@@ -1,5 +1,5 @@
numpy==1.26.4
pandas==2.2.2
pyarrow==15.0.2
pyarrow==16.0.0
pyspark==3.5.1
scikit-learn==1.4.2

0 comments on commit b8144d9

Please sign in to comment.