openedx-unsupported / ease

EASE (Enhanced AI Scoring Engine) is a library that allows for machine learning based classification of textual content. This is useful for tasks such as scoring student essays.
GNU Affero General Public License v3.0
216 stars 96 forks source link

Upgrade numpy to it's latest version #70

Closed muzaffaryousaf closed 6 years ago

muzaffaryousaf commented 8 years ago

The purpose of this PR is to upgrade numpy to it's latest version but it turned out that the travis was broken due to different issues, i've made it container based and added some dependencies to fix the failing tests.

muzaffaryousaf commented 8 years ago

@nedbat @andy-armstrong Here is another PR for numpy. PTAL. Thanks.

muzaffaryousaf commented 8 years ago

Related edx-platform PR https://github.com/edx/edx-platform/pull/12444