Skip to content

Commit

Permalink
Update core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 3, 2024
1 parent 04c92fb commit 54453c4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.51.2"
hooks:
- id: "dvc-post-checkout"
additional_dependencies: ["dvc[gs]"]
Expand Down
12 changes: 6 additions & 6 deletions .tools/requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Latest working requirements of your package, should be ahead of pyproject.toml
ipykernel==6.29.0
matplotlib==3.8.3
nbqa==1.7.1
matplotlib==3.9.0
nbqa==1.8.5
numpy==1.26.4
pandas[hdf5,performance]==2.2.0
pandas-stubs~=2.2.0
pandera==0.18.0
pandera==0.19.3
propshop==0.1.3
pyarrow==15.0.0
pydantic==2.6.1
pyarrow==15.0.2
pydantic==2.7.3
pyXSteam==0.4.9
scipy==1.12.0
scipy==1.13.1
seaborn==0.13.2
# ! boilercore specified differently in dev and CI to allow editable package in dev
# boilercore==...
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
# * ---------------------------------------------------------------------------------- *
# ? Decouple package install from DVC, an external tool used in this repo
dvc[gs]==3.45.0
dvc[gs]==3.51.2
# ? For using the latest version of this core package during development
-e ../boilercore
# ? For using the latest version of this core package during development
Expand Down
2 changes: 1 addition & 1 deletion .tools/requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Requirements for documentation
# * ---------------------------------------------------------------------------------- *
graphviz==0.20.1
graphviz==0.20.3
sphinxcontrib-mermaid==0.9.2
# * ---------------------------------------------------------------------------------- *
myst-parser==2.0.0
Expand Down

0 comments on commit 54453c4

Please sign in to comment.