earthkit-workflows 0.4.5__py3-none-any.whl → 0.4.6__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.
- cascade/executor/runner/packages.py +9 -1
- earthkit/workflows/_version.py +1 -1
- {earthkit_workflows-0.4.5.dist-info → earthkit_workflows-0.4.6.dist-info}/METADATA +1 -1
- {earthkit_workflows-0.4.5.dist-info → earthkit_workflows-0.4.6.dist-info}/RECORD +7 -7
- {earthkit_workflows-0.4.5.dist-info → earthkit_workflows-0.4.6.dist-info}/WHEEL +0 -0
- {earthkit_workflows-0.4.5.dist-info → earthkit_workflows-0.4.6.dist-info}/licenses/LICENSE +0 -0
- {earthkit_workflows-0.4.5.dist-info → earthkit_workflows-0.4.6.dist-info}/top_level.txt +0 -0
|
@@ -42,7 +42,15 @@ class PackagesEnv(AbstractContextManager):
|
|
|
42
42
|
logger.debug(
|
|
43
43
|
f"installing {len(packages)} packages: {','.join(packages[:3])}{',...' if len(packages) > 3 else ''}"
|
|
44
44
|
)
|
|
45
|
-
install_command = [
|
|
45
|
+
install_command = [
|
|
46
|
+
"uv",
|
|
47
|
+
"pip",
|
|
48
|
+
"install",
|
|
49
|
+
"--prefix",
|
|
50
|
+
self.td.name,
|
|
51
|
+
"--prerelease",
|
|
52
|
+
"allow",
|
|
53
|
+
]
|
|
46
54
|
if os.environ.get("VENV_OFFLINE", "") == "YES":
|
|
47
55
|
install_command += ["--offline"]
|
|
48
56
|
if cache_dir := os.environ.get("VENV_CACHE", ""):
|
earthkit/workflows/_version.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# Do not change! Do not track in version control!
|
|
2
|
-
__version__ = "0.4.
|
|
2
|
+
__version__ = "0.4.6"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: earthkit-workflows
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.6
|
|
4
4
|
Summary: Earthkit Workflows is a Python library for declaring earthkit task DAGs, as well as scheduling and executing them on heterogeneous computing systems.
|
|
5
5
|
Author-email: "European Centre for Medium-Range Weather Forecasts (ECMWF)" <software.support@ecmwf.int>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -28,7 +28,7 @@ cascade/executor/serde.py,sha256=z6klTOZqW_BVGrbIRNz4FN0_XTfRiKBRQuvgsQIuyAo,282
|
|
|
28
28
|
cascade/executor/runner/__init__.py,sha256=30BM80ZyA7w3IrGiKKLSFuhRehbR2Mm99OJ8q5PJ63c,1547
|
|
29
29
|
cascade/executor/runner/entrypoint.py,sha256=WyxOFGAYDQD_fXsM4H9_6xBrnAmQrCTUnljfcW6-BoM,7918
|
|
30
30
|
cascade/executor/runner/memory.py,sha256=jkAV9T7-imciVcGvkV7OhRfosEpOQJU1OME7z-4ztAs,6371
|
|
31
|
-
cascade/executor/runner/packages.py,sha256=
|
|
31
|
+
cascade/executor/runner/packages.py,sha256=zOMCKRX34j6vSIK741KV7kTFRgy3bZz_xeLrldslaL4,2633
|
|
32
32
|
cascade/executor/runner/runner.py,sha256=zqpkvxdWLbwyUFaUbZmSj0KQEBNRpmF8gwVotiaamhc,4870
|
|
33
33
|
cascade/gateway/__init__.py,sha256=1EzMKdLFXEucj0YWOlyVqLx4suOntitwM03T_rRubIk,829
|
|
34
34
|
cascade/gateway/__main__.py,sha256=F_wft7ja5ckM0SqeXsy_u2j-Ch6OTlpbTTlYtDkvGMI,917
|
|
@@ -59,7 +59,7 @@ cascade/shm/disk.py,sha256=Fdl_pKOseaXroRp01OwqWVsdI-sSmiFizIFCdxBuMWM,2653
|
|
|
59
59
|
cascade/shm/func.py,sha256=ZWikgnSLCmbSoW2LDRJwtjxdwTxkR00OUHAsIRQ-ChE,638
|
|
60
60
|
cascade/shm/server.py,sha256=LnnNX0F6QJt5V_JLfmC3ZMHGNL5WpLY44wpB_pYDr7Y,5042
|
|
61
61
|
earthkit/workflows/__init__.py,sha256=-p4anEn0YQbYWM2tbXb0Vc3wq4-m6kFhcNEgAVu5Jis,1948
|
|
62
|
-
earthkit/workflows/_version.py,sha256=
|
|
62
|
+
earthkit/workflows/_version.py,sha256=9B6r-UnSSKU-ri_i5lTQQPMIYjzVbLs7Yazh1HuJ9G8,72
|
|
63
63
|
earthkit/workflows/decorators.py,sha256=DM4QAtQ2glUUcDecwPkXcdlu4dio7MvgpcdmU5LYvD8,937
|
|
64
64
|
earthkit/workflows/fluent.py,sha256=IN_sqwr7W8wbwP7wTOklgnjVe34IUCmv1ku-DWVTCJc,30179
|
|
65
65
|
earthkit/workflows/mark.py,sha256=PdsXmRfhw1SyyJ74mzFPsLRqMCdlYv556fFX4bqlh9Y,1319
|
|
@@ -89,8 +89,8 @@ earthkit/workflows/graph/split.py,sha256=t-Sji5eZb01QO1szqmDNTodDDALqdo-0R0x1ESs
|
|
|
89
89
|
earthkit/workflows/graph/transform.py,sha256=BZ8n7ePUnuGgoHkMqZC3SLzifu4oq6q6t6vka0khFtg,3842
|
|
90
90
|
earthkit/workflows/graph/visit.py,sha256=MP-aFSqOl7aqJY2i7QTgY4epqb6yM7_lK3ofvOqfahw,1755
|
|
91
91
|
earthkit/workflows/plugins/__init__.py,sha256=nhMAC0eMLxoJamjqB5Ns0OWy0OuxEJ_YvaDFGEQITls,129
|
|
92
|
-
earthkit_workflows-0.4.
|
|
93
|
-
earthkit_workflows-0.4.
|
|
94
|
-
earthkit_workflows-0.4.
|
|
95
|
-
earthkit_workflows-0.4.
|
|
96
|
-
earthkit_workflows-0.4.
|
|
92
|
+
earthkit_workflows-0.4.6.dist-info/licenses/LICENSE,sha256=73MJ7twXMKnWwmzmrMiFwUeY7c6JTvxphVggeUq9Sq4,11381
|
|
93
|
+
earthkit_workflows-0.4.6.dist-info/METADATA,sha256=5fpGN2qME_zCzZhyiPrixuMxzQjLS0PRwbWjppj-Zww,1571
|
|
94
|
+
earthkit_workflows-0.4.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
95
|
+
earthkit_workflows-0.4.6.dist-info/top_level.txt,sha256=oNrH3Km3hK5kDkTOiM-8G8OQglvZcy-gUKy7rlooWXs,17
|
|
96
|
+
earthkit_workflows-0.4.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|