Get this building and passing tests

Changes:
* add .DS_Store to .gitignore
* Decode base64 encoded emails for tests
* Pick a version of scikit since the pickled clasifiers are based on that
* Add missing numpy and scipy dependencies
This commit is contained in:
Scott MacVicar
2015-05-06 14:16:11 -07:00
committed by Alex Riina
parent c5e4cd9ab4
commit 8b1f87b1c0
7 changed files with 8 additions and 3 deletions

4
setup.py Normal file → Executable file
View File

@@ -18,8 +18,10 @@ setup(name='talon',
"regex>=1",
"html2text",
"nose>=1.2.1",
"numpy",
"mock",
"coverage",
"scikit-learn",
"scipy",
"scikit-learn==0.16.1", # pickled versions of classifier, else rebuild
]
)