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 22, 2023
1 parent d26c0fb commit 114e417
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ repos:
|\.tools/requirements/.*
)$
- repo: "https://github.com/iterative/dvc"
rev: "3.30.1"
rev: "3.35.0"
hooks:
- id: "dvc-post-checkout"
additional_dependencies: [".[gs]"]
Expand All @@ -88,7 +88,7 @@ repos:
- id: "trailing-whitespace"
# * ------------------------------------------------------------------------------ * #
- repo: "https://github.com/iterative/dvc"
rev: "3.30.1"
rev: "3.35.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 @@ -5,7 +5,7 @@ colorcet==3.0.1
# ? Already specified in `requirements_core.txt`
# dulwich
# ? Required by `boilercv.pre_repro`
dvc[gs]==3.30.1
dvc[gs]==3.35.0
geopandas==0.14.1
imageio[pyav]==2.31.5
# ? Migrated to `requirements_both.txt` since it's part of package deps
Expand All @@ -23,22 +23,22 @@ pandas[hdf5,performance]==2.1.1
pandas-stubs~=2.1.1
pillow==10.1.0
ploomber-engine==0.0.31
pyarrow==14.0.1
pyarrow==14.0.2
pydantic==2.5.2
pyjanitor==0.26.0
pyqtgraph==0.13.3
pyside6==6.6.0
pyside6==6.6.1
pytz==2023.3.post1
ruamel.yaml==0.18.5
scikit-image==0.22.0
scipy==1.11.3
scipy==1.11.4
seaborn==0.13.0
shapely==2.0.2
sparklines==0.4.2
sympy==1.12
trackpy==0.6.1
tqdm==4.66.1
xarray[accel,io,parallel]==2023.11.0
xarray[accel,io,parallel]==2023.12.0
# ! Consider switching to pims instead
boilercine@git+https://github.com/blakeNaccarato/boilercine@main
# ! boilercore specified differently in dev and CI to allow editable package in dev
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 @@ -18,7 +18,7 @@ pytest-cov==4.1.0
pytest-custom-exit-code==0.3.0
pytest-harvest==1.10.4
pytest-plt==1.1.0
pytest-xdist[psutil,setproctitle]==3.4.0
pytest-xdist[psutil,setproctitle]==3.5.0
# Format notebooks
nb-clean==3.1.0

Expand Down

0 comments on commit 114e417

Please sign in to comment.