Skip to content

Commit

Permalink
Update core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 16, 2024
1 parent 1c39ce1 commit dce353f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ repos:
- id: "trailing-whitespace"
# * ------------------------------------------------------------------------------ * #
- repo: "https://github.com/iterative/dvc"
rev: "3.39.0"
rev: "3.45.0"
hooks:
- id: "dvc-post-checkout"
additional_dependencies: ["dvc[gs]"]
Expand Down
22 changes: 11 additions & 11 deletions .tools/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@ cmasher==1.7.2
# ? Already specified in `requirements_core.txt`
# dulwich
# ? Required by `boilercv.pre_repro`
dvc[gs]==3.39.0
dvc[gs]==3.45.0
imageio[pyav]==2.33.1
ipykernel==6.29.0
loguru==0.7.2
matplotlib==3.8.2
matplotlib==3.8.3
more_itertools==10.2.0
myst-parser==2.0.0
nbdime==4.0.1
nbformat==5.9.2
numpy==1.26.3
numpy==1.26.4
opencv-contrib-python==4.9.0.80
pandas[hdf5,performance]==2.1.4
pandas-stubs~=2.1.4
pillow==10.2.0
pre-commit==3.6.0
ploomber-engine==0.0.31
ploomber-engine==0.0.32
pyarrow==14.0.2
pydantic==2.5.3
pydantic==2.6.1
pyqtgraph==0.13.3
pyside6==6.6.1
pytz==2023.3.post1
ruamel.yaml==0.18.5
pyside6==6.6.2
pytz==2023.4
ruamel.yaml==0.18.6
scikit-image==0.22.0
scipy==1.11.4
seaborn==0.13.1
scipy==1.12.0
seaborn==0.13.2
sparklines==0.4.2
sympy==1.12
tqdm==4.66.1
tqdm==4.66.2
xarray[accel,io,parallel]==2023.12.0
# ! Consider switching to pims instead
boilercine@git+https://github.com/blakeNaccarato/boilercine@main
Expand Down
6 changes: 3 additions & 3 deletions .tools/requirements/requirements_both.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
cachier@git+https://github.com/blakeNaccarato/cachier@0892f53dc8fd9fb8a7f959305a1a9ec692876dc0
# Type checking
pyright==1.1.348
geopandas==0.14.2
geopandas==0.14.3
pyjanitor==0.26.0
shapely==2.0.2
shapely==2.0.3
trackpy==0.6.1
# Additional testing plugins
pytest-harvest==1.10.4
pytest-plt==1.1.0
pytest-plt==1.1.1
pytest-xdist[psutil,setproctitle]==3.5.0
# * ---------------------------------------------------------------------------------- *
# Pre-commit common requirements
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
# * ---------------------------------------------------------------------------------- *
# ? For data/scripts/filt.py
pandocfilters==1.5.0
pandocfilters==1.5.1
# ? For using the latest version of this core package during development
-e ../boilercore
# * ---------------------------------------------------------------------------------- *
Expand Down

0 comments on commit dce353f

Please sign in to comment.