From afd5a2c7fed46f82227d2dabee4d068b5dc994ce Mon Sep 17 00:00:00 2001 From: Niklas Siemer <70580458+niklassiemer@users.noreply.github.com> Date: Tue, 16 Sep 2025 20:33:59 +0200 Subject: [PATCH 1/2] Add xxhash to name mapping --- .support/pypi_vs_conda_names.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.support/pypi_vs_conda_names.json b/.support/pypi_vs_conda_names.json index dfd3959..b6e3cee 100644 --- a/.support/pypi_vs_conda_names.json +++ b/.support/pypi_vs_conda_names.json @@ -14,5 +14,6 @@ "pyiron-potentialfit": "pyiron_potentialfit", "pyiron-workflow": "pyiron_workflow", "tables": "pytables", - "landaupkg": "landau" + "landaupkg": "landau", + "xxhash": "python-xxhash" } From 655673116aeebdd415457448d3e14a3a08b97eea Mon Sep 17 00:00:00 2001 From: Niklas Siemer <70580458+niklassiemer@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:07:32 +0100 Subject: [PATCH 2/2] Update .support/pypi_vs_conda_names.json --- .support/pypi_vs_conda_names.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.support/pypi_vs_conda_names.json b/.support/pypi_vs_conda_names.json index b6e3cee..4c849e8 100644 --- a/.support/pypi_vs_conda_names.json +++ b/.support/pypi_vs_conda_names.json @@ -14,6 +14,5 @@ "pyiron-potentialfit": "pyiron_potentialfit", "pyiron-workflow": "pyiron_workflow", "tables": "pytables", - "landaupkg": "landau", "xxhash": "python-xxhash" }