Skip to content

Commit

Permalink
Pin SiliconCompiler version to <0.24.0 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgherbst authored Jul 8, 2024
1 parent 33177ed commit 7a5418d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

numpy
tqdm
siliconcompiler
siliconcompiler <0.24.0

# Testing dependencies
#:test
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools import setup, find_packages
from pybind11.setup_helpers import Pybind11Extension, build_ext

__version__ = "0.2.10"
__version__ = "0.2.11"

#################################################################################
# parse_reqs, long_desc from https://github.com/siliconcompiler/siliconcompiler #
Expand Down

0 comments on commit 7a5418d

Please sign in to comment.