-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependency_graph.dot
More file actions
96 lines (96 loc) · 3.47 KB
/
dependency_graph.dot
File metadata and controls
96 lines (96 loc) · 3.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
digraph dependencies {
"jsonpatch==1.33";
"pycparser==2.21";
"setuptools==75.8.0";
"conda-libmamba-solver==25.1.1";
"markdown-it-py==2.2.0";
"jsonpointer==2.1";
"rich==13.9.4";
"menuinst==2.2.0";
"pluggy==1.5.0";
"PySocks==1.7.1";
"pycosat==0.6.6";
"distro==1.9.0";
"pip==25.0";
"pydantic_core==2.27.1";
"pipdeptree==2.26.1";
"cffi==1.17.1";
"conda-anaconda-telemetry==0.1.2";
"conda_package_streaming==0.11.0";
"libmambapy==2.0.5";
"requests==2.32.3";
"Brotli==1.0.9";
"mdurl==0.1.0";
"conda==25.1.1";
"conda-anaconda-tos==0.1.2";
"pydantic==2.10.3";
"wheel==0.45.1";
"urllib3==2.3.0";
"zstandard==0.23.0";
"frozendict==2.4.2";
"boltons==24.1.0";
"anaconda-anon-usage==0.5.0";
"cryptography==43.0.3";
"typing_extensions==4.12.2";
"Pygments==2.15.1";
"platformdirs==3.10.0";
"packaging==24.2";
"charset-normalizer==3.3.2";
"archspec==0.2.3";
"tqdm==4.67.1";
"idna==3.7";
"ruamel.yaml==0.18.6";
"truststore==0.10.0";
"annotated-types==0.6.0";
"conda-package-handling==2.4.0";
"certifi==2025.1.31";
"ruamel.yaml.clib==0.2.8";
"conda-content-trust==0.2.0";
"conda-anaconda-tos==0.1.2" -> "rich==13.9.4";
"pydantic==2.10.3" -> "pydantic_core==2.27.1";
"conda==25.1.1" -> "boltons==24.1.0";
"conda==25.1.1" -> "jsonpatch==1.33";
"conda-libmamba-solver==25.1.1" -> "libmambapy==2.0.5";
"requests==2.32.3" -> "idna==3.7";
"conda==25.1.1" -> "frozendict==2.4.2";
"pydantic==2.10.3" -> "annotated-types==0.6.0";
"ruamel.yaml==0.18.6" -> "ruamel.yaml.clib==0.2.8";
"conda==25.1.1" -> "pycosat==0.6.6";
"pipdeptree==2.26.1" -> "pip==25.0";
"conda==25.1.1" -> "conda-package-handling==2.4.0";
"conda==25.1.1" -> "zstandard==0.23.0";
"conda_package_streaming==0.11.0" -> "zstandard==0.23.0";
"pydantic==2.10.3" -> "typing_extensions==4.12.2";
"requests==2.32.3" -> "certifi==2025.1.31";
"conda==25.1.1" -> "platformdirs==3.10.0";
"conda==25.1.1" -> "charset-normalizer==3.3.2";
"rich==13.9.4" -> "Pygments==2.15.1";
"requests==2.32.3" -> "charset-normalizer==3.3.2";
"conda==25.1.1" -> "packaging==24.2";
"pipdeptree==2.26.1" -> "packaging==24.2";
"anaconda-anon-usage==0.5.0" -> "conda==25.1.1";
"conda==25.1.1" -> "setuptools==75.8.0";
"pydantic_core==2.27.1" -> "typing_extensions==4.12.2";
"conda==25.1.1" -> "requests==2.32.3";
"conda-content-trust==0.2.0" -> "cryptography==43.0.3";
"conda-anaconda-tos==0.1.2" -> "conda==25.1.1";
"conda_package_streaming==0.11.0" -> "requests==2.32.3";
"cffi==1.17.1" -> "pycparser==2.21";
"conda-libmamba-solver==25.1.1" -> "boltons==24.1.0";
"conda==25.1.1" -> "distro==1.9.0";
"conda==25.1.1" -> "truststore==0.10.0";
"conda-package-handling==2.4.0" -> "conda_package_streaming==0.11.0";
"markdown-it-py==2.2.0" -> "mdurl==0.1.0";
"cryptography==43.0.3" -> "cffi==1.17.1";
"conda==25.1.1" -> "ruamel.yaml==0.18.6";
"rich==13.9.4" -> "markdown-it-py==2.2.0";
"conda==25.1.1" -> "archspec==0.2.3";
"requests==2.32.3" -> "urllib3==2.3.0";
"conda-anaconda-telemetry==0.1.2" -> "conda==25.1.1";
"jsonpatch==1.33" -> "jsonpointer==2.1";
"conda-anaconda-tos==0.1.2" -> "pydantic==2.10.3";
"conda==25.1.1" -> "conda-libmamba-solver==25.1.1";
"conda==25.1.1" -> "menuinst==2.2.0";
"conda==25.1.1" -> "tqdm==4.67.1";
"conda==25.1.1" -> "pluggy==1.5.0";
}