Skip to content

Commit

Permalink
update sc requirement (#269)
Browse files Browse the repository at this point in the history
* update sc requirement

* version 0.2.20
  • Loading branch information
gadfort authored Dec 12, 2024
1 parent 43b7c04 commit b950df6
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 >= 0.27.0, < 0.29.0
siliconcompiler >= 0.27.0, < 0.30.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.19"
__version__ = "0.2.20"

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

0 comments on commit b950df6

Please # to comment.