-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrequirements.txt
executable file
·71 lines (61 loc) · 1.67 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Add your pinned requirements so that they can be easily installed with:
# `pip install -r requirements.txt`
# Remember to also add them in setup.cfg but unpinned (unversioned).
coverage>=4.3.4
future>=0.16.0
fuzzywuzzy>=0.12.0
gensim>=3.4.0,<4.0
jupyter>=1.0.0,<3.0.0 # pandas>=0.23.4,<0.30.0
matplotlib>=2.2.3,<2.3.0
nltk>=3.2.5,<3.5.0
# nlup==0.5
pandas>=0.24.2,<0.25.0
pip>=18.0
plotly>=3.2.1,<3.4.0
pypandoc>=1.4.0
# python-igraph>=0.7.1.post6
python-levenshtein>=0.12.0,<0.13.0
python-slugify>=1.2.1
qtconsole>=4.2.1,<6.0.0 # 4.4.1 is available on OSX in conda and pip # pyqt>=5.9.2,<6.0
scikit-learn>=0.18.1
scipy>=1.1.0
seaborn>=0.8
tqdm>=4.11.2
# tweepy>=3.5.0
# twython>=3.5.0
wheel>=0.30.0a0
# ###################################################
# NOTES
#
# nlup is a perceptron and jsonpickle for Kyle Gorman's sentence segmenter called DetectorMorse
# # scipy requires:
#$ sudo apt-get install python-dev python3.5-dev python3-virtualenv python-pip build-essential gfortran
# # matplotlib requires:
#$ sudo apt install -y libpng-dev libfreetype6-dev
# # matplotlib requires a backend (see matplotlibrc), tkagg is one option:
#$ sudo apt-get install tcl-dev tk-dev python-tk python3-tk
# # Optional packages:
#
# # text complexity and readability:
# textstat>=0.2
#
# boto==2.46
# editdistance>=0.3.1
# gensim==2.0.0
# editdistance>=0.3.1
# ipython-genutils>=0.1.0
# ipykernel>=4.3.1
# ipyparallel>=5.0.1
# nbconvert>=4.2.0
# nbformat>=4.0.1
# Pillow>=3.0.0
# xlrd>=0.9.4
# progressbar2>=3.6.2
# PyQt5
#
# # on fedora/redhat Pillow requires:
# #$ sudo yum install libjpeg-devel openjpeg-devel
# nltk requires twython
#
# NOTES
# ###################################################