Skip to content

Commit 26b59a1

Browse files
committed
Rerun with new env lock scheme
1 parent 81a97df commit 26b59a1

File tree

6 files changed

+34
-70
lines changed

6 files changed

+34
-70
lines changed

.calkit/env-locks/docker/amd64/tex.json

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
contourpy==1.3.3
22
cycler==0.12.1
3-
fonttools==4.59.1
3+
fonttools==4.60.1
44
kiwisolver==1.4.9
5-
matplotlib==3.10.5
6-
numpy==2.3.2
5+
matplotlib==3.10.7
6+
numpy==2.3.4
77
packaging==25.0
8-
pandas==2.3.1
9-
pillow==11.3.0
10-
pyparsing==3.2.3
8+
pandas==2.3.3
9+
pillow==12.0.0
10+
pyparsing==3.2.5
1111
python-dateutil==2.9.0.post0
1212
pytz==2025.2
1313
six==1.17.0

.calkit/env-locks/venvs/osx-arm64/py.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.

dvc.lock

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,31 @@ stages:
33
collect-data:
44
cmd: calkit xenv -n py --no-check -- python scripts/collect-data.py
55
deps:
6-
- path: .calkit/env-locks/venvs/linux-64/py.txt
6+
- path: .calkit/env-locks/py
77
hash: md5
8-
md5: de96276868627f6d4aa908b2b4759a56
8+
md5: 1ff10860cb1d183807b37f84dcd4ba42.dir
99
size: 231
10+
nfiles: 1
1011
- path: scripts/collect-data.py
1112
hash: md5
1213
md5: eeab1328ac4a9df2ef2452d32c1e6cce
1314
size: 424
1415
outs:
1516
- path: data/raw/data.csv
1617
hash: md5
17-
md5: 3ec6df511ed8ebacdc436ce815ada1df
18+
md5: ccdee5fffc91f03f33d59070524ada4a
1819
size: 43628
1920
plot-voltage:
2021
cmd: calkit xenv -n py --no-check -- python scripts/plot-voltage.py
2122
deps:
22-
- path: .calkit/env-locks/venvs/linux-64/py.txt
23+
- path: .calkit/env-locks/py
2324
hash: md5
24-
md5: de96276868627f6d4aa908b2b4759a56
25+
md5: 1ff10860cb1d183807b37f84dcd4ba42.dir
2526
size: 231
27+
nfiles: 1
2628
- path: data/raw/data.csv
2729
hash: md5
28-
md5: 3ec6df511ed8ebacdc436ce815ada1df
30+
md5: ccdee5fffc91f03f33d59070524ada4a
2931
size: 43628
3032
- path: scripts/plot-voltage.py
3133
hash: md5
@@ -34,8 +36,8 @@ stages:
3436
outs:
3537
- path: figures/voltage-time-series.png
3638
hash: md5
37-
md5: a70b61dc033585fe2d3c16d63290a870
38-
size: 46210
39+
md5: b5e321a2b3c3eaf0e7afbf60cfef81fc
40+
size: 42048
3941
copy-figures-to-paper-dir:
4042
cmd: cp -r figures paper/figures
4143
deps:
@@ -54,14 +56,15 @@ stages:
5456
cmd: calkit xenv -n tex --no-check -- latexmk -cd -norc
5557
-interaction=nonstopmode -silent -synctex=1 -pdf paper/paper.tex
5658
deps:
57-
- path: .calkit/env-locks/docker/amd64/tex.json
59+
- path: .calkit/env-locks/tex
5860
hash: md5
59-
md5: af028316fd879fcf385e0838e3b7ad08
61+
md5: 2c552307edd59397026c9ef06dc8af47.dir
6062
size: 1171
63+
nfiles: 1
6164
- path: figures
6265
hash: md5
63-
md5: 70126dc2f9f61fb93c62eb50b55f13f1.dir
64-
size: 46235
66+
md5: 3fc99ae0c5867a8f99d54cde2e14dd7f.dir
67+
size: 42073
6568
nfiles: 2
6669
- path: paper/paper.tex
6770
hash: md5
@@ -70,8 +73,8 @@ stages:
7073
outs:
7174
- path: paper/paper.pdf
7275
hash: md5
73-
md5: 7069d28ed4063d3bec319c661681648a
74-
size: 98339
76+
md5: 61d4b9b40b41503f616e0a3bfe0cbd89
77+
size: 96237
7578
_check_env_py:
7679
cmd: calkit check conda-env --file environment.yml --output
7780
.calkit/env-locks/py.yml
@@ -101,14 +104,16 @@ stages:
101104
md5: 2d0e401b7292d0d218bc567bfb37f9c7
102105
size: 24
103106
outs:
104-
- path: .calkit/env-locks/venvs/linux-64/py.txt
107+
- path: .calkit/env-locks/py
105108
hash: md5
106-
md5: de96276868627f6d4aa908b2b4759a56
109+
md5: 1ff10860cb1d183807b37f84dcd4ba42.dir
107110
size: 231
111+
nfiles: 1
108112
_check-env-tex:
109113
cmd: calkit check environment --name tex
110114
outs:
111-
- path: .calkit/env-locks/docker/amd64/tex.json
115+
- path: .calkit/env-locks/tex
112116
hash: md5
113-
md5: af028316fd879fcf385e0838e3b7ad08
117+
md5: 2c552307edd59397026c9ef06dc8af47.dir
114118
size: 1171
119+
nfiles: 1

dvc.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ stages:
44
deps:
55
- requirements.txt
66
outs:
7-
- .calkit/env-locks/venvs/linux-64/py.txt:
7+
- .calkit/env-locks/py:
88
cache: false
99
persist: true
1010
always_changed: true
@@ -14,7 +14,7 @@ stages:
1414
cmd: calkit check environment --name tex
1515
deps: []
1616
outs:
17-
- .calkit/env-locks/docker/amd64/tex.json:
17+
- .calkit/env-locks/tex:
1818
cache: false
1919
persist: true
2020
always_changed: true
@@ -25,7 +25,7 @@ stages:
2525
scripts/collect-data.py
2626
deps:
2727
- scripts/collect-data.py
28-
- .calkit/env-locks/venvs/linux-64/py.txt
28+
- .calkit/env-locks/py
2929
outs:
3030
- data/raw/data.csv
3131
desc: Automatically generated from the 'collect-data' stage in
@@ -35,7 +35,7 @@ stages:
3535
scripts/plot-voltage.py
3636
deps:
3737
- scripts/plot-voltage.py
38-
- .calkit/env-locks/venvs/linux-64/py.txt
38+
- .calkit/env-locks/py
3939
- data/raw/data.csv
4040
outs:
4141
- figures/voltage-time-series.png
@@ -47,7 +47,7 @@ stages:
4747
deps:
4848
- paper/paper.tex
4949
- figures
50-
- .calkit/env-locks/docker/amd64/tex.json
50+
- .calkit/env-locks/tex
5151
outs:
5252
- paper/paper.pdf
5353
desc: Automatically generated from the 'build-paper' stage in

0 commit comments

Comments
 (0)