From: Luke Kenneth Casson Leighton Date: Tue, 14 Jun 2022 14:13:43 +0000 (+0100) Subject: update version to 0.0 to stop unnecessary pip3 installs X-Git-Tag: sv_maxu_works-initial~391 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=32b94e99b7e0f863a7f6c5eeb1d8c6dff38fcf31;p=openpower-isa.git update version to 0.0 to stop unnecessary pip3 installs --- 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',