-
Notifications
You must be signed in to change notification settings - Fork 303
Improve setup.py to work on a machine without numpy or cython #327
Conversation
eb41029
to
309c1d4
Compare
I updated the code to work on a machine without Cython if
|
@yuyu2172 Could you remove the following lines from the document?
https://github.com/chainer/chainercv/blob/master/docs/source/index.rst#pip |
environment_minimum.yml
Outdated
@@ -3,7 +3,6 @@ channels: | |||
- !!python/unicode | |||
'defaults' | |||
dependencies: | |||
- Cython |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We cannot remove this line because this repository does not contain *.c
files. Without this line, Travis CI fails.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Related #325
The following commands will successfully install ChainerCV.