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

Make path.py a dynamic requirement (don't specify version) #63

Closed singingwolfboy closed 9 years ago

singingwolfboy commented 9 years ago

ease is a library, and it should be more flexible with the versions of its requirements. Useful for https://github.com/edx/edx-platform/pull/7429

singingwolfboy commented 9 years ago

https://github.com/edx/edx-platform/pull/7429 has been merged, so I'm merging this, as well.