Skip to content

Commit 62f270b

Browse files
committed
MAINT do not depend on dev version of liac-arff
1 parent e835d9b commit 62f270b

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mock
22
numpy>=1.6.2
33
scipy>=0.13.3
4-
liac-arff>=2.1.1dev
4+
liac-arff>=2.1.1
55
xmltodict
66
nose
77
requests

setup.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
url = '/'.join(split[:-1])
2121
requirement = split[-1]
2222
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-
2823

2924
try:
3025
import numpy
@@ -66,7 +61,4 @@
6661
'Programming Language :: Python :: 3',
6762
'Programming Language :: Python :: 3.4',
6863
'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

Comments
 (0)