Skip to content

Commit

Permalink
update SC (#251)
Browse files Browse the repository at this point in the history
* update SC

* update version
  • Loading branch information
gadfort authored Jul 30, 2024
1 parent a28374a commit 838cacc
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.25.0, < 0.26.0
siliconcompiler >= 0.25.0, < 0.27.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.13"
__version__ = "0.2.14"

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

0 comments on commit 838cacc

Please sign in to comment.