Skip to content

Commit

Permalink
Update latest dependencies (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: gsheni <gsheni@users.noreply.github.com>
  • Loading branch information
DAILab-bot and gsheni committed Apr 24, 2023
1 parent 54926de commit dc5afd1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
args:
- --config=./pyproject.toml
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.261
rev: v0.0.262
hooks:
- id: ruff
args:
Expand Down
11 changes: 9 additions & 2 deletions tests/latest_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
composeml==0.10.1
contourpy==1.0.7
debugpy==1.6.7
dill==0.3.6
featuretools==1.25.0
ipykernel==6.22.0
ipython==8.12.0
ipywidgets==8.0.6
jupyter_client==8.2.0
jupyter_core==5.3.0
jupyterlab-widgets==3.0.7
matplotlib==3.7.1
matplotlib-inline==0.1.6
mypy-extensions==1.0.0
numpy==1.24.2
numpy==1.24.3
pandas==1.5.3
pyparsing==3.0.9
pytest==7.3.1
Expand All @@ -15,7 +21,8 @@ pytest-runner==6.0.0
pytest-xdist==3.2.1
python-dateutil==2.8.2
pytz==2023.3
pyzmq==25.0.2
scikit-learn==1.2.2
scipy==1.10.1
tornado==6.2
tornado==6.3.1
tqdm==4.65.0

0 comments on commit dc5afd1

Please sign in to comment.