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 e835d9b commit 62f270bCopy full SHA for 62f270b
2 files changed
requirements.txt
@@ -1,7 +1,7 @@
1
mock
2
numpy>=1.6.2
3
scipy>=0.13.3
4
-liac-arff>=2.1.1dev
+liac-arff>=2.1.1
5
xmltodict
6
nose
7
requests
setup.py
@@ -20,11 +20,6 @@
20
url = '/'.join(split[:-1])
21
requirement = split[-1]
22
requirements.append(requirement)
23
- # Add the rest of the URL to the dependency links to allow
24
- # setup.py test to work
25
- if 'git+https' in url:
26
- dependency_links.append(line.replace('git+', ''))
27
-
28
29
try:
30
import numpy
@@ -66,7 +61,4 @@
66
61
'Programming Language :: Python :: 3',
67
62
'Programming Language :: Python :: 3.4',
68
63
'Programming Language :: Python :: 3.5',
69
- ],
70
- dependency_links=[
71
- "http://github.com/mfeurer/liac-arff/archive/master.zip"
72
- "#egg=liac-arff-2.1.1dev"])
64
+ 'Programming Language :: Python :: 3.6'])
0 commit comments