Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
word_cloud_est
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
keeleliin
word_cloud_est
Commits
c5f4532d
Commit
c5f4532d
authored
Jul 21, 2015
by
Andreas Mueller
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #83 from amueller/setup_fix
hopefully fixing cython built
parents
f026fb5d
f3e0db6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
requirements.txt
requirements.txt
+0
-1
setup.py
setup.py
+1
-1
No files found.
requirements.txt
View file @
c5f4532d
Cython
>=0.19.1
Image
>=1.1.7
numpy
>=1.7.1
setup.py
View file @
c5f4532d
...
...
@@ -7,7 +7,7 @@ setup(
url
=
'https://github.com/amueller/word_cloud'
,
description
=
'A little word cloud generator'
,
license
=
'MIT'
,
ext_modules
=
[
Extension
(
"wordcloud
/
query_integral_image"
,
ext_modules
=
[
Extension
(
"wordcloud
.
query_integral_image"
,
[
"wordcloud/query_integral_image.c"
])],
packages
=
[
'wordcloud'
],
package_data
=
{
'wordcloud'
:
[
'stopwords'
,
'DroidSansMono.ttf'
]}
...
...
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