Mercurial > hg > numerics
comparison setup.py @ 116:fe820a3afa48
wip but we do need that new dependency
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Sun, 15 Mar 2015 20:18:00 -0700 |
| parents | 067aa27050a3 |
| children | 4e0c6887604e |
comparison
equal
deleted
inserted
replaced
| 115:7fac47bb648e | 116:fe820a3afa48 |
|---|---|
| 8 | 8 |
| 9 version = "0.0" | 9 version = "0.0" |
| 10 dependencies = ['numpy', | 10 dependencies = ['numpy', |
| 11 'pandas', | 11 'pandas', |
| 12 'matplotlib', | 12 'matplotlib', |
| 13 'bokeh'] | 13 'bokeh>=0.8.1'] |
| 14 | 14 |
| 15 # allow use of setuptools/distribute or distutils | 15 # allow use of setuptools/distribute or distutils |
| 16 kw = {} | 16 kw = {} |
| 17 try: | 17 try: |
| 18 from setuptools import setup | 18 from setuptools import setup |
