29 lines
720 B
Diff
29 lines
720 B
Diff
|
From 95d86c080a559d9c9f0498fb93d43d3fef377080 Mon Sep 17 00:00:00 2001
|
||
|
From: Jack Leightcap <jack@leightcap.com>
|
||
|
Date: Sat, 13 May 2023 17:28:54 -0400
|
||
|
Subject: [PATCH] Relax Amaranth git dependency
|
||
|
|
||
|
Signed-off-by: Jack Leightcap <jack@leightcap.com>
|
||
|
---
|
||
|
software/pyproject.toml | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/software/pyproject.toml b/software/pyproject.toml
|
||
|
index 6d1e2f1..6dfcc9e 100644
|
||
|
--- a/software/pyproject.toml
|
||
|
+++ b/software/pyproject.toml
|
||
|
@@ -20,8 +20,8 @@ classifiers = [
|
||
|
]
|
||
|
|
||
|
dependencies = [
|
||
|
- "amaranth @ git+https://github.com/amaranth-lang/amaranth.git",
|
||
|
- "fx2>=0.11",
|
||
|
+ "amaranth",
|
||
|
+ "fx2",
|
||
|
"libusb1>=1.8.1",
|
||
|
"aiohttp~=3.8",
|
||
|
"pyvcd",
|
||
|
--
|
||
|
2.38.4
|
||
|
|