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 9b74af1 commit c9e90dcCopy full SHA for c9e90dc
setup.py
@@ -7,7 +7,7 @@
7
DESCRIPTION = ('Bibliographic network and corpus analysis for historians')
8
LICENSE = 'GNU GPL 3'
9
URL = 'http://diging.github.io/tethne/'
10
-VERSION = '0.6.4-beta'
+VERSION = '0.6.3.3-beta'
11
12
PACKAGES = [ 'tethne',
13
'tethne.analyze',
@@ -36,13 +36,13 @@
36
version=VERSION,
37
packages = PACKAGES,
38
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",
+ "networkx >= 1.8.1",
+ "matplotlib >= 1.3.1",
+ "tables >= 3.1.1",
+ "Unidecode >= 0.04.16",
+ "geopy >= 0.99",
44
+ "scipy >= 0.14.0",
45
+ "numpy >= 1.8.1",
46
"nltk",
- "scipy>=0.14.0",
- "numpy>=1.8.1",
47
],
48
)
0 commit comments