We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33177ed commit 7a5418dCopy full SHA for 7a5418d
requirements.txt
@@ -10,7 +10,7 @@
10
11
numpy
12
tqdm
13
-siliconcompiler
+siliconcompiler <0.24.0
14
15
# Testing dependencies
16
#:test
setup.py
@@ -6,7 +6,7 @@
6
from setuptools import setup, find_packages
7
from pybind11.setup_helpers import Pybind11Extension, build_ext
8
9
-__version__ = "0.2.10"
+__version__ = "0.2.11"
#################################################################################
# parse_reqs, long_desc from https://github.com/siliconcompiler/siliconcompiler #
0 commit comments