Skip to content

Commit aa4eedd

Browse files
committed
feat(projector): get-versioneer-version
1 parent dee50a6 commit aa4eedd

12 files changed

Lines changed: 111 additions & 9 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6edde570198679e9302e2e78c037215131a507061766c547d19c5559ab8a7db5 requirements.in
1+
3179ddf821eb9b1640acbfd5a43416596bf1ca019de276139e1760fbda7dd997 requirements.in

python-projector/deps/lock/aarch64-apple-darwin/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile requirements.in -o /Users/kiyoon/project/workflows/python-projector/deps/lock/aarch64-apple-darwin/requirements.txt --python-platform aarch64-apple-darwin --python-version 3.13
2+
# uv pip compile requirements.in -o /Users/kiyoon/project/workflows/python-projector/deps/lock/aarch64-apple-darwin/requirements.txt --python-platform aarch64-apple-darwin --python-version 3.11
33
click==8.1.7
44
# via typer
55
markdown-it-py==3.0.0
@@ -24,3 +24,5 @@ typer==0.12.5
2424
# via -r requirements.in
2525
typing-extensions==4.12.2
2626
# via typer
27+
versioneer==0.29
28+
# via -r requirements.in

python-projector/deps/lock/aarch64-apple-darwin/requirements_dev.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile requirements_dev.in -o /Users/kiyoon/project/workflows/python-projector/deps/lock/aarch64-apple-darwin/requirements_dev.txt --python-platform aarch64-apple-darwin --python-version 3.13
2+
# uv pip compile requirements_dev.in -o /Users/kiyoon/project/workflows/python-projector/deps/lock/aarch64-apple-darwin/requirements_dev.txt --python-platform aarch64-apple-darwin --python-version 3.11
33
babel==2.15.0
44
# via mkdocs-material
55
cairocffi==1.7.1
@@ -120,6 +120,7 @@ numpy==2.0.0
120120
# via
121121
# contourpy
122122
# matplotlib
123+
# pandas-stubs
123124
# types-seaborn
124125
packaging==24.1
125126
# via
@@ -198,6 +199,8 @@ tinycss2==1.3.0
198199
# via
199200
# cairosvg
200201
# cssselect2
202+
tomli==2.2.1
203+
# via coverage
201204
tqdm==4.66.4
202205
# via -r requirements.in
203206
typer==0.12.5
@@ -212,6 +215,8 @@ typing-extensions==4.12.2
212215
# via typer
213216
urllib3==2.2.2
214217
# via requests
218+
versioneer==0.29
219+
# via -r requirements.in
215220
verspec==0.1.0
216221
# via mike
217222
watchdog==4.0.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6edde570198679e9302e2e78c037215131a507061766c547d19c5559ab8a7db5 requirements.in
1+
3179ddf821eb9b1640acbfd5a43416596bf1ca019de276139e1760fbda7dd997 requirements.in

python-projector/deps/lock/x86_64-apple-darwin/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile requirements.in -o /Users/kiyoon/project/workflows/python-projector/deps/lock/x86_64-apple-darwin/requirements.txt --python-platform x86_64-apple-darwin --python-version 3.13
2+
# uv pip compile requirements.in -o /Users/kiyoon/project/workflows/python-projector/deps/lock/x86_64-apple-darwin/requirements.txt --python-platform x86_64-apple-darwin --python-version 3.11
33
click==8.1.7
44
# via typer
55
markdown-it-py==3.0.0
@@ -24,3 +24,5 @@ typer==0.12.5
2424
# via -r requirements.in
2525
typing-extensions==4.12.2
2626
# via typer
27+
versioneer==0.29
28+
# via -r requirements.in

python-projector/deps/lock/x86_64-apple-darwin/requirements_dev.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile requirements_dev.in -o /Users/kiyoon/project/workflows/python-projector/deps/lock/x86_64-apple-darwin/requirements_dev.txt --python-platform x86_64-apple-darwin --python-version 3.13
2+
# uv pip compile requirements_dev.in -o /Users/kiyoon/project/workflows/python-projector/deps/lock/x86_64-apple-darwin/requirements_dev.txt --python-platform x86_64-apple-darwin --python-version 3.11
33
babel==2.15.0
44
# via mkdocs-material
55
cairocffi==1.7.1
@@ -120,6 +120,7 @@ numpy==2.0.0
120120
# via
121121
# contourpy
122122
# matplotlib
123+
# pandas-stubs
123124
# types-seaborn
124125
packaging==24.1
125126
# via
@@ -198,6 +199,8 @@ tinycss2==1.3.0
198199
# via
199200
# cairosvg
200201
# cssselect2
202+
tomli==2.2.1
203+
# via coverage
201204
tqdm==4.66.4
202205
# via -r requirements.in
203206
typer==0.12.5
@@ -212,6 +215,8 @@ typing-extensions==4.12.2
212215
# via typer
213216
urllib3==2.2.2
214217
# via requests
218+
versioneer==0.29
219+
# via -r requirements.in
215220
verspec==0.1.0
216221
# via mike
217222
watchdog==4.0.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6edde570198679e9302e2e78c037215131a507061766c547d19c5559ab8a7db5 requirements.in
1+
3179ddf821eb9b1640acbfd5a43416596bf1ca019de276139e1760fbda7dd997 requirements.in

python-projector/deps/lock/x86_64-manylinux_2_28/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile requirements.in -o /Users/kiyoon/project/workflows/python-projector/deps/lock/x86_64-manylinux_2_28/requirements.txt --python-platform x86_64-manylinux_2_28 --python-version 3.13
2+
# uv pip compile requirements.in -o /Users/kiyoon/project/workflows/python-projector/deps/lock/x86_64-manylinux_2_28/requirements.txt --python-platform x86_64-manylinux_2_28 --python-version 3.11
33
click==8.1.7
44
# via typer
55
markdown-it-py==3.0.0
@@ -24,3 +24,5 @@ typer==0.12.5
2424
# via -r requirements.in
2525
typing-extensions==4.12.2
2626
# via typer
27+
versioneer==0.29
28+
# via -r requirements.in

python-projector/deps/lock/x86_64-manylinux_2_28/requirements_dev.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile requirements_dev.in -o /Users/kiyoon/project/workflows/python-projector/deps/lock/x86_64-manylinux_2_28/requirements_dev.txt --python-platform x86_64-manylinux_2_28 --python-version 3.13
2+
# uv pip compile requirements_dev.in -o /Users/kiyoon/project/workflows/python-projector/deps/lock/x86_64-manylinux_2_28/requirements_dev.txt --python-platform x86_64-manylinux_2_28 --python-version 3.11
33
babel==2.15.0
44
# via mkdocs-material
55
cairocffi==1.7.1
@@ -120,6 +120,7 @@ numpy==2.0.0
120120
# via
121121
# contourpy
122122
# matplotlib
123+
# pandas-stubs
123124
# types-seaborn
124125
packaging==24.1
125126
# via
@@ -198,6 +199,8 @@ tinycss2==1.3.0
198199
# via
199200
# cairosvg
200201
# cssselect2
202+
tomli==2.2.1
203+
# via coverage
201204
tqdm==4.66.4
202205
# via -r requirements.in
203206
typer==0.12.5
@@ -212,6 +215,8 @@ typing-extensions==4.12.2
212215
# via typer
213216
urllib3==2.2.2
214217
# via requests
218+
versioneer==0.29
219+
# via -r requirements.in
215220
verspec==0.1.0
216221
# via mike
217222
watchdog==4.0.1

python-projector/deps/requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ tqdm>=4.0.0
33
typer>=0.12.4 # python 3.11 `SomeType | None` support
44
platformdirs
55
packaging
6+
versioneer>=0.29

0 commit comments

Comments
 (0)