Skip to content

Commit

Permalink
Update core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent dfcef32 commit 6852ae8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.50.0"
hooks:
- id: "dvc-post-checkout"
additional_dependencies: ["dvc[gs]"]
Expand Down
10 changes: 5 additions & 5 deletions .tools/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
dulwich==0.21.6
ipykernel==6.29.0
loguru==0.7.2
matplotlib==3.8.3
matplotlib==3.8.4
mcculw==1.0.0
nbformat==5.9.2
pydantic==2.6.1
nbformat==5.10.4
pydantic==2.7.0
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.6
PySide6==6.7.0
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.50.0
# ? For using the latest version of this core package during development
-e ../boilercore
# * ---------------------------------------------------------------------------------- *
Expand Down

0 comments on commit 6852ae8

Please sign in to comment.