petewarden / dstk

A collection of the best open data sets and open-source tools for data science
http://www.datasciencetoolkit.org/
1.12k stars 186 forks source link

Pypi Version Mismatch #16

Open joshgachnang opened 11 years ago

joshgachnang commented 11 years ago

The dstk package on Pypi has required_version set to 130, but all the servers seem to be on version 40 or 41. The required_version in dstk.py in this repository still has it set to 40. Not sure which is correct.

Thanks for the great project!

petewarden commented 11 years ago

Thanks Josh! I'd uploaded the PyPi version before my first release, and then had never updated it. As a short-term fix I've removed it, so the canonical one should be the one in Github. I would like to get an updated version up soon, but I need to learn a little bit about Python's packaging details to get it right.

joshgachnang commented 11 years ago

Sounds good! Thanks! I'll use the repo version for now.