Skip to content

Commit

Permalink
Update core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent 1a1fd86 commit d23f703
Show file tree
Hide file tree
Showing 4 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 @@ -71,7 +71,7 @@ repos:
# * Changes below should persist in significant template updates.

- repo: "https://github.com/iterative/dvc"
rev: "3.21.1"
rev: "3.26.2"
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
@@ -1,16 +1,16 @@
# Latest working requirements of your package, should be ahead of pyproject.toml.
dill==0.3.7
gmpy2==2.1.5
IPython[notebook]==8.15.0
IPython[notebook]==8.16.1
matplotlib==3.8.0
pandas[hdf5,performance]==2.0.2
pandas-stubs~=2.0.2
ploomber-engine==0.0.31
pydantic==1.10.12
# ? Already specified in `requirements_both.txt`
# pytest
ruamel.yaml==0.17.32
scipy==1.11.2
ruamel.yaml==0.17.35
scipy==1.11.3
sympy==1.12
uncertainties==3.1.7
# Numba only supports numpy<1.25 https://github.com/numba/numba/issues/8698
Expand Down
2 changes: 1 addition & 1 deletion .tools/requirements/requirements_both.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# * Changes below should persist in significant template updates.

# ? Plots in tests
seaborn==0.12.2
seaborn==0.13.0
# ? Additional testing plugin
pytest-plt==1.1.0

Expand Down
2 changes: 1 addition & 1 deletion .tools/requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# * Changes below should persist in significant template updates.

# ? Decouple package install from DVC, an external tool used in this repo
dvc[gs]==3.21.1
dvc[gs]==3.26.2
# ? These should not be imported anywhere in this package. Installed for refactoring.
-e ../boilercv
-e ../boilerdaq
Expand Down

0 comments on commit d23f703

Please sign in to comment.