Skip to content

Commit

Permalink
Merge pull request #18 from StanfordVLSI/pip_hotfix
Browse files Browse the repository at this point in the history
lock pip versions of emulation tools
  • Loading branch information
sgherbst authored Feb 29, 2020
2 parents 3971796 + 751a91e commit e006799
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
'generator', 'ic', 'integrated circuit', 'chip'],
packages=find_packages(),
install_requires=[
'svreal>=0.2.0.dev1',
'msdsl>=0.1.6',
'anasymod>=0.1.9',
'svreal==0.2.0.dev1',
'msdsl==0.1.6',
'anasymod==0.1.9',
'pexpect',
'pyyaml',
'numpy',
Expand Down

0 comments on commit e006799

Please sign in to comment.