From fa80a491459fe4d5d6784cf64c083de09729aa3a Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:51:01 -0700 Subject: [PATCH] deps: load liteeth from PyPI --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9b3b85..3bdef14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "amaranth[builtin-yosys]==0.5.0", "PyYAML", "pyserial", - "liteeth@git+https://github.com/enjoy-digital/liteeth@2023.12", + "liteeth==2023.12", "pyvcd", ]