-
Notifications
You must be signed in to change notification settings - Fork 92
Better conda #512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better conda #512
Conversation
c642d01 to
1d82d00
Compare
73673e9 to
af33c30
Compare
af33c30 to
0f363e1
Compare
77a779c to
2884bde
Compare
2884bde to
9446117
Compare
8f90283 to
25d623f
Compare
|
This is where I'll stop for now. I changed the appveyor build to make conda packages for python 2.7 and 3.5 of libgpuarray and pygpu. They are kept as "build artifacts" on the appveyor build page. There is no automatic upload yet, but it could be added in a subsequent PR. Also kept for later: automatic package builds for mac and linux. |
| - python | ||
| - cython >=0.25 | ||
| - numpy x.x | ||
| - numpy 1.11 |
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.
Does it mean it will only support numpy 1.11? Why not bump that to 1.13 to support the more recent version?
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.
No, it was discovered that numpy is forward-compatible. So it should work with numpy 1.12 and 1.13 too (and 1.14 whenever it comes out).
No description provided.