Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
keeleliin
word_cloud_est
Commits
27e0933a
Commit
27e0933a
authored
Dec 01, 2016
by
Remi Rampin
Browse files
Update requirements everywhere
parent
0ba65b94
Changes
4
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
27e0933a
...
...
@@ -28,10 +28,6 @@ For a manual install get this package:
rm master.zip
cd word_cloud-master
Install the requirements:
sudo pip install -r requirements.txt
Install the package:
python setup.py install
...
...
conda.recipe/meta.yaml
View file @
27e0933a
...
...
@@ -11,8 +11,9 @@ requirements:
run
:
-
python
-
matplotlib
-
numpy >=1.6.1
-
pillow
-
numpy
test
:
...
...
requirements.txt
View file @
27e0933a
matplotlib
numpy
>=1.6.1
pillow
setup.py
View file @
27e0933a
...
...
@@ -9,7 +9,7 @@ setup(
url
=
'https://github.com/amueller/word_cloud'
,
description
=
'A little word cloud generator'
,
license
=
'MIT'
,
install_requires
=
[
'
numpy'
,
'pillow'
,
'matplotlib
'
],
install_requires
=
[
'
matplotlib'
,
'numpy>=1.6.1'
,
'pillow
'
],
ext_modules
=
[
Extension
(
"wordcloud.query_integral_image"
,
[
"wordcloud/query_integral_image.c"
])],
scripts
=
[
'wordcloud/wordcloud_cli.py'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment