timothydmorton / isochrones

Pythonic stellar model grid access; easy MCMC fitting of stellar properties
http://isochrones.readthedocs.org
MIT License
120 stars 61 forks source link

Add dependences list #13

Closed Gabriel-p closed 9 years ago

Gabriel-p commented 9 years ago

Trying to install this package I was forced to first install numexpr and cython. Could this perhaps be added as needed dependencies so one knows and installs them in advance, to prevent the installation from halting twice?

timothydmorton commented 9 years ago

I'm guessing those must have come in via some of the other dependencies such as pandas or astropy....I've only tested this on systems that had the anacondas distribution already installed, so I'm not really actively aware of all the nodes in the dependency tree and how cleanly they resolve themselves...

Gabriel-p commented 9 years ago

Couldn't be astropy since I already had that package installed; my money is on pandas. Anyway, just a thought, close at will. Cheers.

timothydmorton commented 9 years ago

Thanks for the tip, though! I've added an extra note in the readme about dependencies.