Skip to content

Commit 7a5418d

Browse files
authored
Pin SiliconCompiler version to <0.24.0 (#246)
1 parent 33177ed commit 7a5418d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
numpy
1212
tqdm
13-
siliconcompiler
13+
siliconcompiler <0.24.0
1414

1515
# Testing dependencies
1616
#:test

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup, find_packages
77
from pybind11.setup_helpers import Pybind11Extension, build_ext
88

9-
__version__ = "0.2.10"
9+
__version__ = "0.2.11"
1010

1111
#################################################################################
1212
# parse_reqs, long_desc from https://github.com/siliconcompiler/siliconcompiler #

0 commit comments

Comments
 (0)