Skip to content

Commit 061b8d9

Browse files
committed
Update setup.py to download liac-arff from github.com/mfeurer
1 parent 037aa4e commit 061b8d9

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
version="0.0.1dev",
1212
packages=setuptools.find_packages(),
1313
package_data={'': ['*.txt', '*.md']},
14-
install_requires=["liac-arff>=2.1.0",
14+
install_requires=["liac-arff>=2.1.1dev",
1515
"numpy>=1.6.2",
1616
"scipy>=0.13.3",
1717
"xmltodict",
@@ -31,4 +31,7 @@
3131
'Programming Language :: Python :: 3',
3232
'Programming Language :: Python :: 3.3',
3333
'Programming Language :: Python :: 3.4',
34-
])
34+
],
35+
dependency_links=[
36+
"http://github.com/mfeurer/liac-arff/archive/master.zip"
37+
"#egg=liac-arff-2.1.1dev"])

0 commit comments

Comments
 (0)