versionhq 1.2.0.2__py3-none-any.whl → 1.2.0.3__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.
- versionhq/__init__.py +1 -1
- versionhq/network/model.py +14 -3
- {versionhq-1.2.0.2.dist-info → versionhq-1.2.0.3.dist-info}/METADATA +1 -1
- {versionhq-1.2.0.2.dist-info → versionhq-1.2.0.3.dist-info}/RECORD +7 -7
- {versionhq-1.2.0.2.dist-info → versionhq-1.2.0.3.dist-info}/LICENSE +0 -0
- {versionhq-1.2.0.2.dist-info → versionhq-1.2.0.3.dist-info}/WHEEL +0 -0
- {versionhq-1.2.0.2.dist-info → versionhq-1.2.0.3.dist-info}/top_level.txt +0 -0
versionhq/__init__.py
CHANGED
versionhq/network/model.py
CHANGED
@@ -18,8 +18,12 @@ except ImportError:
|
|
18
18
|
os.system("uv add networkx --optional networkx")
|
19
19
|
import networkx as nx
|
20
20
|
except:
|
21
|
-
|
22
|
-
|
21
|
+
try:
|
22
|
+
import os
|
23
|
+
os.system("pip install network --save")
|
24
|
+
import networkx as nx
|
25
|
+
except:
|
26
|
+
raise ImportError("networkx is not installed. Please install it with: uv add networkx --optional networkx")
|
23
27
|
|
24
28
|
try:
|
25
29
|
import matplotlib.pyplot as plt
|
@@ -29,7 +33,14 @@ except ImportError:
|
|
29
33
|
os.system("uv add matplotlib --optional matplotlib")
|
30
34
|
import matplotlib.pyplot as plt
|
31
35
|
except:
|
32
|
-
|
36
|
+
try:
|
37
|
+
import os
|
38
|
+
os.system("pip install matplotlib --save")
|
39
|
+
import matplotlib.pyplot as plt
|
40
|
+
|
41
|
+
except:
|
42
|
+
raise ImportError("matplotlib is not installed. Please install it with: uv add matplotlib --optional matplotlib")
|
43
|
+
|
33
44
|
|
34
45
|
import networkx as nx
|
35
46
|
import matplotlib.pyplot as plt
|
@@ -1,4 +1,4 @@
|
|
1
|
-
versionhq/__init__.py,sha256=
|
1
|
+
versionhq/__init__.py,sha256=RZZvNni2Slrj-OaK0N9me8CaK5AvO4Ui566sGeF1oVc,2783
|
2
2
|
versionhq/_utils/__init__.py,sha256=dzoZr4cBlh-2QZuPzTdehPUCe9lP1dmRtauD7qTjUaA,158
|
3
3
|
versionhq/_utils/i18n.py,sha256=TwA_PnYfDLA6VqlUDPuybdV9lgi3Frh_ASsb_X8jJo8,1483
|
4
4
|
versionhq/_utils/logger.py,sha256=j9SlQPIefdVUlwpGfJY83E2BUt1ejWgZ2M2I8aMyQ3c,1579
|
@@ -34,7 +34,7 @@ versionhq/memory/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
34
34
|
versionhq/memory/contextual_memory.py,sha256=tCsOOAUnfrOL7YiakqGoi3uShzzS870TmGnlGd3z_A4,3556
|
35
35
|
versionhq/memory/model.py,sha256=4wow2O3UuMZ0AbC2NyxddGZac3-_GjNZbK9wsA015NA,8145
|
36
36
|
versionhq/network/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
37
|
-
versionhq/network/model.py,sha256=
|
37
|
+
versionhq/network/model.py,sha256=AfakEac4twHIIextUzrV5S-9qzrpaEEoaku6b9cg74A,20612
|
38
38
|
versionhq/storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
39
39
|
versionhq/storage/base.py,sha256=p-Jas0fXQan_qotnRD6seQxrT2lj-uw9-SmHQhdppcs,355
|
40
40
|
versionhq/storage/ltm_sqlite_storage.py,sha256=wdUiuwHfJocdk0UGqyrdU4S5Nae1rgsoRNu3LWmGFcI,3951
|
@@ -60,8 +60,8 @@ versionhq/tool/composio_tool_vars.py,sha256=FvBuEXsOQUYnN7RTFxT20kAkiEYkxWKkiVtg
|
|
60
60
|
versionhq/tool/decorator.py,sha256=C4ZM7Xi2gwtEMaSeRo-geo_g_MAkY77WkSLkAuY0AyI,1205
|
61
61
|
versionhq/tool/model.py,sha256=PO4zNWBZcJhYVur381YL1dy6zqurio2jWjtbxOxZMGI,12194
|
62
62
|
versionhq/tool/tool_handler.py,sha256=2m41K8qo5bGCCbwMFferEjT-XZ-mE9F0mDUOBkgivOI,1416
|
63
|
-
versionhq-1.2.0.
|
64
|
-
versionhq-1.2.0.
|
65
|
-
versionhq-1.2.0.
|
66
|
-
versionhq-1.2.0.
|
67
|
-
versionhq-1.2.0.
|
63
|
+
versionhq-1.2.0.3.dist-info/LICENSE,sha256=cRoGGdM73IiDs6nDWKqPlgSv7aR4n-qBXYnJlCMHCeE,1082
|
64
|
+
versionhq-1.2.0.3.dist-info/METADATA,sha256=PCPwZZLO_mShcOc9JS8M41tukqGVlk_cdYtFvU-OJ5s,21462
|
65
|
+
versionhq-1.2.0.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
66
|
+
versionhq-1.2.0.3.dist-info/top_level.txt,sha256=DClQwxDWqIUGeRJkA8vBlgeNsYZs4_nJWMonzFt5Wj0,10
|
67
|
+
versionhq-1.2.0.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|