Skip to content

Commit

Permalink
Improved build setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Aug 25, 2016
1 parent d782a2b commit 9990d6d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -9,3 +9,8 @@ refcorpus
build
dist
.ipynb_checkpoints
.coverage
.eggs
.noseids
coverage.xml
nosetests.xml
3 changes: 3 additions & 0 deletions requirements.txt
Expand Up @@ -2,4 +2,7 @@

git+https://github.com/terkkila/scikit-learn@kmedoids#egg=scikit_learn

nose
nose-progressive
nosexcover
Sphinx
3 changes: 3 additions & 0 deletions setup.cfg
@@ -1,3 +1,6 @@
[nosetests]
with-doctest=1
exe=1
with-xunit=1
with-xcoverage=true
cover-package=delta
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,11 +18,11 @@
'numpy' # work around https://github.com/numpy/numpy/issues/2434
],
install_requires=[
'scipy>=0.14.0',
'matplotlib>=1.3.1',
'numpy>=1.8.1',
'pandas>=0.13.1',
# 'profig>=0.2.8',
'scipy>=0.14.0',
'scikit-learn>=0.16.0',
'regex'
],
Expand Down

0 comments on commit 9990d6d

Please sign in to comment.