Upgrade and constrain things for python 3.

sympy needs to be at a newer version for python3.
This commit is contained in:
Feanil Patel
2019-10-15 16:42:55 -04:00
parent 35cf1b6ea0
commit f182c77092
2 changed files with 5 additions and 3 deletions

View File

@@ -107,3 +107,5 @@ wrapt==1.11.*
# zipp 2.0.0 requires Python >= 3.6
zipp==1.0.0
# Matplotlib 3.1 requires Python 3.6
matplotlib<3.1

View File

@@ -18,11 +18,11 @@
-r shared.txt # Dependencies in common with LMS and Studio
chem # A helper library for chemistry calculations
matplotlib==2.2.4 # 2D plotting library
numpy==1.7.2 # Numeric array processing utilities; used by scipy
numpy==1.16.5 # Numeric array processing utilities; used by scipy
pyparsing==2.2.0 # Python Parsing module
random2 # Implementation of random module that works identically under Python 2 and 3
scipy==0.14.0 # Math, science, and engineering library
sympy==0.7.1 # Symbolic math library
scipy==1.2.1 # Math, science, and engineering library
sympy==1.4 # Symbolic math library
git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce88952#egg=calc==0.4
# Install these packages from the edx-platform working tree