Skip to content

Commit 2ec359f

Browse files
authored
Update README.md
1 parent de7cfe2 commit 2ec359f

1 file changed

Lines changed: 18 additions & 16 deletions

File tree

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,7 @@
5151
</a>
5252
</p>
5353

54-
<!-- COMPARISON_STATS_START -->
55-
<p align="center">
56-
<a href="https://github.com/1minds3t/omnipkg/actions/workflows/omnipkg_vs_the_world.yml">
57-
<img src="https://img.shields.io/badge/omnipkg-2509%20Wins-brightgreen?logo=python&logoColor=white" alt="omnipkg wins">
58-
</a>
59-
<a href="https://github.com/1minds3t/omnipkg/actions/workflows/omnipkg_vs_the_world.yml">
60-
<img src="https://img.shields.io/badge/pip-2512%20Failures-red?logo=pypi&logoColor=white" alt="pip failures">
61-
</a>
62-
<a href="https://github.com/1minds3t/omnipkg/actions/workflows/omnipkg_vs_the_world.yml">
63-
<img src="https://img.shields.io/badge/uv-2512%20Failures-red?logo=python&logoColor=white" alt="uv failures">
64-
</a>
65-
</p>
66-
<p align="center">
67-
<em>Multi-version installation tests run every 3 hours. <a href="https://github.com/1minds3t/omnipkg/actions/workflows/omnipkg_vs_the_world.yml">Live results.</a></em>
68-
</p>
69-
<!-- COMPARISON_STATS_END -->
54+
7055

7156
---
7257

@@ -199,6 +184,23 @@ Each universe gets its own interpreter binary and torch CUDA build. Data moves b
199184

200185
pip and uv can only have one version of a package active at a time. omnipkg runs conflicting versions simultaneously in isolated workers. The test matrix above runs every 3 hours against real packages on real PyPI.
201186

187+
<!-- COMPARISON_STATS_START -->
188+
<p align="center">
189+
<a href="https://github.com/1minds3t/omnipkg/actions/workflows/omnipkg_vs_the_world.yml">
190+
<img src="https://img.shields.io/badge/omnipkg-2509%20Wins-brightgreen?logo=python&logoColor=white" alt="omnipkg wins">
191+
</a>
192+
<a href="https://github.com/1minds3t/omnipkg/actions/workflows/omnipkg_vs_the_world.yml">
193+
<img src="https://img.shields.io/badge/pip-2512%20Failures-red?logo=pypi&logoColor=white" alt="pip failures">
194+
</a>
195+
<a href="https://github.com/1minds3t/omnipkg/actions/workflows/omnipkg_vs_the_world.yml">
196+
<img src="https://img.shields.io/badge/uv-2512%20Failures-red?logo=python&logoColor=white" alt="uv failures">
197+
</a>
198+
</p>
199+
<p align="center">
200+
<em>Multi-version installation tests run every 3 hours. <a href="https://github.com/1minds3t/omnipkg/actions/workflows/omnipkg_vs_the_world.yml">Live results.</a></em>
201+
</p>
202+
<!-- COMPARISON_STATS_END -->
203+
202204
---
203205

204206
## Other Capabilities

0 commit comments

Comments
 (0)