We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037aa4e commit 061b8d9Copy full SHA for 061b8d9
1 file changed
setup.py
@@ -11,7 +11,7 @@
11
version="0.0.1dev",
12
packages=setuptools.find_packages(),
13
package_data={'': ['*.txt', '*.md']},
14
- install_requires=["liac-arff>=2.1.0",
+ install_requires=["liac-arff>=2.1.1dev",
15
"numpy>=1.6.2",
16
"scipy>=0.13.3",
17
"xmltodict",
@@ -31,4 +31,7 @@
31
'Programming Language :: Python :: 3',
32
'Programming Language :: Python :: 3.3',
33
'Programming Language :: Python :: 3.4',
34
- ])
+ ],
35
+ dependency_links=[
36
+ "http://github.com/mfeurer/liac-arff/archive/master.zip"
37
+ "#egg=liac-arff-2.1.1dev"])
0 commit comments