18 lines
450 B
Plaintext
18 lines
450 B
Plaintext
# DON'T JUST ADD NEW DEPENDENCIES!!!
|
|
#
|
|
# If you open a pull request that adds a new dependency, you should notify:
|
|
# * @edx/ospr - to check licensing
|
|
# * @edx/devops - to check system requirements
|
|
|
|
# Packaging pre-requisites.
|
|
pyparsing==2.0.7
|
|
setuptools==34.0.2
|
|
pip==9.0.1
|
|
|
|
# Numpy and scipy can't be installed in the same pip run.
|
|
# Install numpy before other things to help resolve the problem.
|
|
numpy==1.6.2
|
|
|
|
# Needed for meliae
|
|
Cython==0.21.2
|