Mercurial > hg > numerics
comparison setup.py @ 167:1896743209d3
version bump
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 19 May 2015 07:16:08 -0700 |
parents | 28215de61342 |
children | f9c87cba1df3 |
comparison
equal
deleted
inserted
replaced
166:dc9976d895a1 | 167:1896743209d3 |
---|---|
4 setup packaging script for numerics python package | 4 setup packaging script for numerics python package |
5 """ | 5 """ |
6 | 6 |
7 import os | 7 import os |
8 | 8 |
9 version = "0.0" | 9 version = "0.1" |
10 dependencies = ['numpy', | 10 dependencies = ['numpy', |
11 'pandas', | 11 'pandas', |
12 'matplotlib', | 12 'matplotlib', |
13 'bokeh>=0.8.1', | 13 'bokeh>=0.8.1', |
14 'python-dateutil', | 14 'python-dateutil', |