From 32b94e99b7e0f863a7f6c5eeb1d8c6dff38fcf31 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 14 Jun 2022 15:13:43 +0100 Subject: [PATCH] update version to 0.0 to stop unnecessary pip3 installs --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e871cee..4dbfe650 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ version = '0.0.3' install_requires = [ # NOT ok to install using pip3 https://git.libre-soc.org/?p=nmigen.git - 'nmigen>=0.1,<=0.5', + 'nmigen>=0.0,<=0.5', # can be obtained with pip3, best done manually # https://git.libre-soc.org/?p=nmutil.git 'libresoc-nmutil>=0.0.0,<=1.0', -- 2.30.2