Skip to content

Commit c9e90dc

Browse files
committed
minor
1 parent 9b74af1 commit c9e90dc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

setup.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
DESCRIPTION = ('Bibliographic network and corpus analysis for historians')
88
LICENSE = 'GNU GPL 3'
99
URL = 'http://diging.github.io/tethne/'
10-
VERSION = '0.6.4-beta'
10+
VERSION = '0.6.3.3-beta'
1111

1212
PACKAGES = [ 'tethne',
1313
'tethne.analyze',
@@ -36,13 +36,13 @@
3636
version=VERSION,
3737
packages = PACKAGES,
3838
install_requires=[
39-
"networkx>=1.8.1",
40-
"matplotlib>=1.3.1",
41-
"tables>=3.1.1",
42-
"Unidecode>=0.04.16",
43-
"geopy>=0.99",
39+
"networkx >= 1.8.1",
40+
"matplotlib >= 1.3.1",
41+
"tables >= 3.1.1",
42+
"Unidecode >= 0.04.16",
43+
"geopy >= 0.99",
44+
"scipy >= 0.14.0",
45+
"numpy >= 1.8.1",
4446
"nltk",
45-
"scipy>=0.14.0",
46-
"numpy>=1.8.1",
4747
],
4848
)

0 commit comments

Comments
 (0)