Skip to content

Commit

Permalink
Update core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2023
1 parent 1b59539 commit 95386f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ repos:
)$
# * ------------------------------------------------------------------------------ * #
- repo: "https://github.com/iterative/dvc"
rev: "3.30.1"
rev: "3.33.4"
hooks:
- id: "dvc-post-checkout"
additional_dependencies: ["dvc[gs]"]
Expand Down
6 changes: 3 additions & 3 deletions .tools/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ dill==0.3.7
# ? Already specified in `requirements_core.txt`
# dulwich
# ? Optional dependency for `boilercore.notebooks.report`
dvc[gs]==3.30.1
dvc[gs]==3.33.4
gmpy2==2.1.5
# ? Migrated to `requirements_both.txt` since it's part of package deps
# ipykernel
# ? https://github.com/ipython/ipython/issues/14255
# ipython
loguru==0.7.2
matplotlib==3.8.2
nbconvert==7.7.3
nbconvert==7.12.0
nbformat==5.9.2
numpy==1.26.2
pandas[hdf5,performance]==2.1.1
Expand All @@ -22,6 +22,6 @@ pydantic==2.5.2
# ? Already specified in `requirements_both.txt`
# pytest
ruamel.yaml==0.18.5
scipy==1.11.3
scipy==1.11.4
sympy==1.12
uncertainties==3.1.7
2 changes: 1 addition & 1 deletion .tools/requirements/requirements_both.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ? IPython is used
ipykernel==6.27.1
# ? https://github.com/ipython/ipython/issues/14255
ipython==8.17.2
ipython==8.18.1
# ? Plots in tests
seaborn==0.13.0
# ? Additional testing plugin
Expand Down

0 comments on commit 95386f1

Please sign in to comment.