samgis_core 3.3.0__py3-none-any.whl → 3.4.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- samgis_core/utilities/frontend_builder.py +4 -3
- {samgis_core-3.3.0.dist-info → samgis_core-3.4.0.dist-info}/METADATA +1 -1
- {samgis_core-3.3.0.dist-info → samgis_core-3.4.0.dist-info}/RECORD +5 -5
- {samgis_core-3.3.0.dist-info → samgis_core-3.4.0.dist-info}/WHEEL +1 -1
- {samgis_core-3.3.0.dist-info → samgis_core-3.4.0.dist-info}/LICENSE +0 -0
@@ -123,9 +123,10 @@ def build_frontend(
|
|
123
123
|
# install deps
|
124
124
|
os.chdir(project_root_folder / "static")
|
125
125
|
current_folder = os.getcwd()
|
126
|
-
app_logger.info(f"current_folder:{current_folder}, install pnpm...")
|
127
|
-
run_command(["which", "
|
128
|
-
run_command(["
|
126
|
+
app_logger.info(f"current_folder:{current_folder}, check for node path, version and install pnpm...")
|
127
|
+
run_command(["which", "node"])
|
128
|
+
run_command(["node", "--version"])
|
129
|
+
run_command(["corepack", "use", "pnpm@latest"])
|
129
130
|
app_logger.info("install pnpm dependencies...")
|
130
131
|
run_command(["pnpm", "install"])
|
131
132
|
|
@@ -6,13 +6,13 @@ samgis_core/prediction_api/sam_onnx_inference.py,sha256=WFRc8TNMOix4g0IAteNbDAs0
|
|
6
6
|
samgis_core/utilities/__init__.py,sha256=nL9pzdB4SdEF8m5gCbtlVCtdGLg9JjPm-FNxKBsIBZA,32
|
7
7
|
samgis_core/utilities/constants.py,sha256=0xBdfGYwCg4O0OXFtTcMVNj-kryjbajcxOZhMVkVP7U,227
|
8
8
|
samgis_core/utilities/create_folders_if_not_exists.py,sha256=Ee_4l83suZvY5r24D26SNKGJVH3KAHregsiWs-0W-gQ,3202
|
9
|
-
samgis_core/utilities/frontend_builder.py,sha256=
|
9
|
+
samgis_core/utilities/frontend_builder.py,sha256=XB3pmaGoCzhS0Q7fzBFEJlzrCYYZrr8FfajUnvCjSqY,7336
|
10
10
|
samgis_core/utilities/plot_images.py,sha256=1pwTJC2_ju-QhJXDonvEw6FMK_9i1kQhLnC4tjn2EH0,3469
|
11
11
|
samgis_core/utilities/serialize.py,sha256=aIjhEoibBpV_gpgOg6LiVxZCWjOkYxlzcboDZLQctJE,2689
|
12
12
|
samgis_core/utilities/session_logger.py,sha256=mlzLaeSC2b_MF3wLywyXYQsSPIvEd3OnhlD7_4VhMzo,5704
|
13
13
|
samgis_core/utilities/type_hints.py,sha256=anbm8pHFWr_C1upCmncYOK-q9Iq82fO9_yftTqXeizc,1649
|
14
14
|
samgis_core/utilities/utilities.py,sha256=R1BPhJIf81Bz0JH4WdwHJjrO14Fq0OPyvE28BSi_zDc,5148
|
15
|
-
samgis_core-3.
|
16
|
-
samgis_core-3.
|
17
|
-
samgis_core-3.
|
18
|
-
samgis_core-3.
|
15
|
+
samgis_core-3.4.0.dist-info/LICENSE,sha256=cmg7mi2IynvK5xYN_TJBikA008n6IJNjQIig1c3ge9Q,1083
|
16
|
+
samgis_core-3.4.0.dist-info/METADATA,sha256=js4FiKPt75Q8--2QSnpjPrt_LJjgzNGarW5pzWS8RxY,1022
|
17
|
+
samgis_core-3.4.0.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
18
|
+
samgis_core-3.4.0.dist-info/RECORD,,
|
File without changes
|