File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 81
81
- id : " trailing-whitespace"
82
82
# * ------------------------------------------------------------------------------ * #
83
83
- repo : " https://github.com/iterative/dvc"
84
- rev : " 3.39 .0"
84
+ rev : " 3.45 .0"
85
85
hooks :
86
86
- id : " dvc-post-checkout"
87
87
additional_dependencies : ["dvc[gs]"]
Original file line number Diff line number Diff line change 2
2
dulwich == 0.21.6
3
3
ipykernel == 6.29.0
4
4
loguru == 0.7.2
5
- matplotlib == 3.8.2
5
+ matplotlib == 3.8.3
6
6
mcculw == 1.0.0
7
7
nbformat == 5.9.2
8
- pydantic == 2.5.3
8
+ pydantic == 2.6.1
9
9
pandas [hdf5,performance ]== 2.1.4
10
10
pandas-stubs ~= 2.1.4
11
- ploomber-engine == 0.0.31
11
+ ploomber-engine == 0.0.32
12
12
pyqtgraph == 0.13.3
13
- PySide6 == 6.6.1
13
+ PySide6 == 6.6.2
14
14
PyVISA == 1.14.1
15
- seaborn == 0.13.1
15
+ seaborn == 0.13.2
16
16
simple-pid == 2.0.0
17
17
# ! boilercore specified differently in dev and CI to allow editable package in dev
18
18
# boilercore==...
Original file line number Diff line number Diff line change 1
1
# Requirements for the dev environment
2
2
# * ---------------------------------------------------------------------------------- *
3
3
# ? DVC is an external tool used in this repo
4
- dvc[gs]==3.39 .0
4
+ dvc[gs]==3.45 .0
5
5
# ? For using the latest version of this core package during development
6
6
-e ../boilercore
7
7
# * ---------------------------------------------------------------------------------- *
You can’t perform that action at this time.
0 commit comments