update version to 0.0 to stop unnecessary pip3 installs
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 14 Jun 2022 14:13:43 +0000 (15:13 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 14 Jun 2022 14:13:43 +0000 (15:13 +0100)
setup.py

index 0e871cee389e06ad705247832571656f5f060e66..4dbfe65096268b7abb4b936cb6b1ccbdc0a402e3 100644 (file)
--- 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',