Mercurial > hg > tvii
comparison setup.py @ 26:d945a862617c
note dependencies; need wheels
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Mon, 04 Sep 2017 11:33:51 -0700 |
| parents | 064e936c7257 |
| children | a7d8583f7482 |
comparison
equal
deleted
inserted
replaced
| 25:c52d8173b056 | 26:d945a862617c |
|---|---|
| 3 """ | 3 """ |
| 4 | 4 |
| 5 import os | 5 import os |
| 6 | 6 |
| 7 version = "0.0" | 7 version = "0.0" |
| 8 dependencies = ['numerics', | 8 dependencies = ['h5py', |
| 9 'numpy'] | 9 'matplotlib', |
| 10 'numerics', | |
| 11 'numpy', | |
| 12 'Pillow', | |
| 13 'scipy'] | |
| 10 | 14 |
| 11 # allow use of setuptools/distribute or distutils | 15 # allow use of setuptools/distribute or distutils |
| 12 kw = {} | 16 kw = {} |
| 13 try: | 17 try: |
| 14 from setuptools import setup | 18 from setuptools import setup |
