From a96b5dc60d0f2dda520399a3429f359e7ef49c37 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Mon, 5 Feb 2024 12:41:21 +0000 Subject: [PATCH] Update table --- table.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/table.md b/table.md index 0f33394..0804c45 100644 --- a/table.md +++ b/table.md @@ -73,14 +73,14 @@ | cross_pep420_pkg_resources | python3.12 | pip install -e . | pip install . | ✅ | | cross_pep420_pkg_resources | python3.12 | pip install -e . | pip install -e . | ✅ | | cross_pkg_resources_pep420 | python3.8 | pip install . | pip install . | ✅ | -| cross_pkg_resources_pep420 | python3.8 | pip install . | pip install -e . | ❌ | -| cross_pkg_resources_pep420 | python3.8 | pip install -e . | pip install . | ✅ | +| cross_pkg_resources_pep420 | python3.8 | pip install . | pip install -e . | ✅ | +| cross_pkg_resources_pep420 | python3.8 | pip install -e . | pip install . | ❌ | | cross_pkg_resources_pep420 | python3.8 | pip install -e . | pip install -e . | ✅ | | cross_pkg_resources_pep420 | python3.10 | pip install . | pip install . | ✅ | -| cross_pkg_resources_pep420 | python3.10 | pip install . | pip install -e . | ❌ | -| cross_pkg_resources_pep420 | python3.10 | pip install -e . | pip install . | ✅ | +| cross_pkg_resources_pep420 | python3.10 | pip install . | pip install -e . | ✅ | +| cross_pkg_resources_pep420 | python3.10 | pip install -e . | pip install . | ❌ | | cross_pkg_resources_pep420 | python3.10 | pip install -e . | pip install -e . | ✅ | | cross_pkg_resources_pep420 | python3.12 | pip install . | pip install . | ✅ | -| cross_pkg_resources_pep420 | python3.12 | pip install . | pip install -e . | ❌ | -| cross_pkg_resources_pep420 | python3.12 | pip install -e . | pip install . | ✅ | +| cross_pkg_resources_pep420 | python3.12 | pip install . | pip install -e . | ✅ | +| cross_pkg_resources_pep420 | python3.12 | pip install -e . | pip install . | ❌ | | cross_pkg_resources_pep420 | python3.12 | pip install -e . | pip install -e . | ✅ |