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.45 .0"
84
+ rev : " 3.50 .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.3
5
+ matplotlib == 3.8.4
6
6
mcculw == 1.0.0
7
- nbformat == 5.9.2
8
- pydantic == 2.6.1
7
+ nbformat == 5.10.4
8
+ pydantic == 2.7.0
9
9
pandas [hdf5,performance ]== 2.2.0
10
10
pandas-stubs ~= 2.2.0
11
11
ploomber-engine == 0.0.32
12
- pyqtgraph == 0.13.3
13
- PySide6 == 6.6.2
12
+ pyqtgraph == 0.13.6
13
+ PySide6 == 6.7.0
14
14
PyVISA == 1.14.1
15
15
seaborn == 0.13.2
16
16
simple-pid == 2.0.0
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.45 .0
4
+ dvc[gs]==3.50 .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