Skip to content

Commit

Permalink
Update core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 26, 2024
1 parent dfcef32 commit 6402403
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ repos:
- id: "trailing-whitespace"
# * ------------------------------------------------------------------------------ * #
- repo: "https://github.com/iterative/dvc"
rev: "3.45.0"
rev: "3.49.0"
hooks:
- id: "dvc-post-checkout"
additional_dependencies: ["dvc[gs]"]
Expand Down
8 changes: 4 additions & 4 deletions .tools/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ ipykernel==6.29.0
loguru==0.7.2
matplotlib==3.8.3
mcculw==1.0.0
nbformat==5.9.2
pydantic==2.6.1
nbformat==5.10.3
pydantic==2.6.4
pandas[hdf5,performance]==2.2.0
pandas-stubs~=2.2.0
ploomber-engine==0.0.32
pyqtgraph==0.13.3
PySide6==6.6.2
pyqtgraph==0.13.4
PySide6==6.6.3
PyVISA==1.14.1
seaborn==0.13.2
simple-pid==2.0.0
Expand Down
2 changes: 1 addition & 1 deletion .tools/requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Requirements for the dev environment
# * ---------------------------------------------------------------------------------- *
# ? DVC is an external tool used in this repo
dvc[gs]==3.45.0
dvc[gs]==3.49.0
# ? For using the latest version of this core package during development
-e ../boilercore
# * ---------------------------------------------------------------------------------- *
Expand Down

0 comments on commit 6402403

Please sign in to comment.