24 lines
1.2 KiB
Plaintext
24 lines
1.2 KiB
Plaintext
-c ../constraints.txt
|
|
|
|
chem # A helper library for chemistry calculations
|
|
cryptography # Implementations of assorted cryptography algorithms
|
|
lxml # XML parser
|
|
matplotlib # 2D plotting library
|
|
networkx # Utilities for creating, manipulating, and studying network graphs
|
|
nltk # Natural language processing; used by the chem package
|
|
openedx-calc
|
|
pyparsing # Python Parsing module
|
|
random2 # Implementation of random module that works identically under Python 2 and 3
|
|
scipy # Math, science, and engineering library
|
|
sympy # Symbolic math library
|
|
|
|
# numpy>=1.17.0 caused failures in importing numpy in code-jail environment.
|
|
# The issue will be investigated and fixed in https://openedx.atlassian.net/browse/BOM-2841.
|
|
numpy>=1.16.0,<1.17.0
|
|
|
|
# Install these packages from the edx-platform working tree
|
|
# NOTE: if you change code in these packages, you MUST change the version
|
|
# number in its setup.py or the code WILL NOT be installed during deploy.
|
|
-e common/lib/sandbox-packages
|
|
-e common/lib/symmath
|