We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b7c04 commit b950df6Copy full SHA for b950df6
requirements.txt
@@ -10,7 +10,7 @@
10
11
numpy
12
tqdm
13
-siliconcompiler >= 0.27.0, < 0.29.0
+siliconcompiler >= 0.27.0, < 0.30.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.19"
+__version__ = "0.2.20"
#################################################################################
# parse_reqs, long_desc from https://github.com/siliconcompiler/siliconcompiler #
0 commit comments