Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sgherbst committed Jan 21, 2020
1 parent 49a485e commit c9e1f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

name = 'msdsl'
version = '0.1.3'
version = '0.1.4'

DESCRIPTION = '''\
Library for generating synthesizable mixed-signal models for FPGA emulation\
Expand All @@ -22,7 +22,7 @@
'system verilog', 'synthesizable', 'emulation', 'fpga'],
packages=find_packages(),
install_requires=[
'svreal',
'svreal>=0.1.9',
'scipy',
'numpy',
'matplotlib'
Expand Down

0 comments on commit c9e1f48

Please sign in to comment.