chore: Update requirements to remove symmath

This commit is contained in:
Carlos Muniz
2022-02-04 11:46:51 -05:00
parent b80d8d6030
commit 6a227dfd86
7 changed files with 33 additions and 37 deletions

View File

@@ -97,8 +97,11 @@ py2neo<2022
# Sphinx requires docutils<0.18. This pin can be removed once https://github.com/sphinx-doc/sphinx/issues/9777 is closed. # Sphinx requires docutils<0.18. This pin can be removed once https://github.com/sphinx-doc/sphinx/issues/9777 is closed.
docutils<0.18 docutils<0.18
# Temporary constraint on openedx-calc. Latest openedx-calc also contains symmath, which may upend symmath package version
openedx-calc==2.0.1
# scipy version 1.8 requires numpy>=1.17.3, we've pinned numpy to <1.17.0 in requirements/edx-sandbox/py38.in # scipy version 1.8 requires numpy>=1.17.3, we've pinned numpy to <1.17.0 in requirements/edx-sandbox/py38.in
scipy<1.8.0 scipy<1.8.0
# mistune is a dependency of m2r (which is a dependency of sphinxcontrib-openapi)
# m2r fails to specify the version of mistune that it needs leading to the error message:
# AttributeError: module 'mistune' has no attribute 'BlockGrammar'
# https://github.com/miyakogi/m2r/issues/66
mistune<2.0.0

View File

@@ -20,4 +20,3 @@ numpy>=1.16.0,<1.17.0
# NOTE: if you change code in these packages, you MUST change the version # 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. # number in its setup.py or the code WILL NOT be installed during deploy.
-e common/lib/sandbox-packages -e common/lib/sandbox-packages
-e common/lib/symmath

View File

@@ -4,9 +4,7 @@
# #
# make upgrade # make upgrade
# #
common/lib/sandbox-packages -e common/lib/sandbox-packages
# via -r requirements/edx-sandbox/py38.in
common/lib/symmath
# via -r requirements/edx-sandbox/py38.in # via -r requirements/edx-sandbox/py38.in
cffi==1.15.0 cffi==1.15.0
# via cryptography # via cryptography
@@ -30,8 +28,11 @@ lxml==4.5.0
# via # via
# -c requirements/edx-sandbox/../constraints.txt # -c requirements/edx-sandbox/../constraints.txt
# -r requirements/edx-sandbox/py38.in # -r requirements/edx-sandbox/py38.in
# openedx-calc
markupsafe==2.0.1 markupsafe==2.0.1
# via chem # via
# chem
# openedx-calc
matplotlib==3.3.4 matplotlib==3.3.4
# via # via
# -c requirements/edx-sandbox/../constraints.txt # -c requirements/edx-sandbox/../constraints.txt
@@ -53,10 +54,8 @@ numpy==1.16.6
# matplotlib # matplotlib
# openedx-calc # openedx-calc
# scipy # scipy
openedx-calc==2.0.1 openedx-calc==3.0.0
# via # via -r requirements/edx-sandbox/py38.in
# -c requirements/edx-sandbox/../constraints.txt
# -r requirements/edx-sandbox/py38.in
pillow==9.0.1 pillow==9.0.1
# via matplotlib # via matplotlib
pycparser==2.21 pycparser==2.21
@@ -89,6 +88,6 @@ sympy==1.6.2
# via # via
# -c requirements/edx-sandbox/../constraints.txt # -c requirements/edx-sandbox/../constraints.txt
# -r requirements/edx-sandbox/py38.in # -r requirements/edx-sandbox/py38.in
# symmath # openedx-calc
tqdm==4.62.3 tqdm==4.62.3
# via nltk # via nltk

View File

@@ -24,8 +24,6 @@
# via -r requirements/edx/local.in # via -r requirements/edx/local.in
-e common/lib/sandbox-packages -e common/lib/sandbox-packages
# via -r requirements/edx/local.in # via -r requirements/edx/local.in
-e common/lib/symmath
# via -r requirements/edx/local.in
-e openedx/core/lib/xblock_builtin/xblock_discussion -e openedx/core/lib/xblock_builtin/xblock_discussion
# via -r requirements/edx/local.in # via -r requirements/edx/local.in
-e git+https://github.com/edx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive -e git+https://github.com/edx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
@@ -628,6 +626,7 @@ lxml==4.5.0
# edxval # edxval
# lti-consumer-xblock # lti-consumer-xblock
# olxcleaner # olxcleaner
# openedx-calc
# ora2 # ora2
# safe-lxml # safe-lxml
# xblock # xblock
@@ -655,6 +654,7 @@ markupsafe==2.0.1
# chem # chem
# jinja2 # jinja2
# mako # mako
# openedx-calc
# xblock # xblock
maxminddb==2.2.0 maxminddb==2.2.0
# via geoip2 # via geoip2
@@ -702,10 +702,8 @@ oauthlib==3.0.1
# lti-consumer-xblock # lti-consumer-xblock
# requests-oauthlib # requests-oauthlib
# social-auth-core # social-auth-core
openedx-calc==2.0.1 openedx-calc==3.0.0
# via # via -r requirements/edx/base.in
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.in
openedx-events==0.7.1 openedx-events==0.7.1
# via -r requirements/edx/base.in # via -r requirements/edx/base.in
openedx-filters==0.4.3 openedx-filters==0.4.3
@@ -1004,7 +1002,7 @@ super-csv==2.1.4
sympy==1.6.2 sympy==1.6.2
# via # via
# -c requirements/edx/../constraints.txt # -c requirements/edx/../constraints.txt
# symmath # openedx-calc
tableauserverclient==0.17.0 tableauserverclient==0.17.0
# via edx-enterprise # via edx-enterprise
testfixtures==6.18.3 testfixtures==6.18.3

View File

@@ -24,8 +24,6 @@
# via -r requirements/edx/testing.txt # via -r requirements/edx/testing.txt
-e common/lib/sandbox-packages -e common/lib/sandbox-packages
# via -r requirements/edx/testing.txt # via -r requirements/edx/testing.txt
-e common/lib/symmath
# via -r requirements/edx/testing.txt
-e openedx/core/lib/xblock_builtin/xblock_discussion -e openedx/core/lib/xblock_builtin/xblock_discussion
# via -r requirements/edx/testing.txt # via -r requirements/edx/testing.txt
-e git+https://github.com/edx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive -e git+https://github.com/edx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
@@ -838,6 +836,7 @@ lxml==4.5.0
# edxval # edxval
# lti-consumer-xblock # lti-consumer-xblock
# olxcleaner # olxcleaner
# openedx-calc
# ora2 # ora2
# pyquery # pyquery
# safe-lxml # safe-lxml
@@ -870,6 +869,7 @@ markupsafe==2.0.1
# chem # chem
# jinja2 # jinja2
# mako # mako
# openedx-calc
# xblock # xblock
maxminddb==2.2.0 maxminddb==2.2.0
# via # via
@@ -879,8 +879,10 @@ mccabe==0.6.1
# via # via
# -r requirements/edx/testing.txt # -r requirements/edx/testing.txt
# pylint # pylint
mistune==2.0.2 mistune==0.8.4
# via m2r # via
# -c requirements/edx/../constraints.txt
# m2r
mock==4.0.3 mock==4.0.3
# via # via
# -r requirements/edx/testing.txt # -r requirements/edx/testing.txt
@@ -934,10 +936,8 @@ oauthlib==3.0.1
# lti-consumer-xblock # lti-consumer-xblock
# requests-oauthlib # requests-oauthlib
# social-auth-core # social-auth-core
openedx-calc==2.0.1 openedx-calc==3.0.0
# via # via -r requirements/edx/testing.txt
# -c requirements/edx/../constraints.txt
# -r requirements/edx/testing.txt
openedx-events==0.7.1 openedx-events==0.7.1
# via -r requirements/edx/testing.txt # via -r requirements/edx/testing.txt
openedx-filters==0.4.3 openedx-filters==0.4.3
@@ -1422,7 +1422,7 @@ sympy==1.6.2
# via # via
# -c requirements/edx/../constraints.txt # -c requirements/edx/../constraints.txt
# -r requirements/edx/testing.txt # -r requirements/edx/testing.txt
# symmath # openedx-calc
tableauserverclient==0.17.0 tableauserverclient==0.17.0
# via # via
# -r requirements/edx/testing.txt # -r requirements/edx/testing.txt

View File

@@ -3,7 +3,6 @@
-e common/lib/capa -e common/lib/capa
-e common/lib/safe_lxml -e common/lib/safe_lxml
-e common/lib/sandbox-packages -e common/lib/sandbox-packages
-e common/lib/symmath
-e common/lib/xmodule -e common/lib/xmodule
-e openedx/core/lib/xblock_builtin/xblock_discussion -e openedx/core/lib/xblock_builtin/xblock_discussion

View File

@@ -24,8 +24,6 @@
# via -r requirements/edx/base.txt # via -r requirements/edx/base.txt
-e common/lib/sandbox-packages -e common/lib/sandbox-packages
# via -r requirements/edx/base.txt # via -r requirements/edx/base.txt
-e common/lib/symmath
# via -r requirements/edx/base.txt
-e openedx/core/lib/xblock_builtin/xblock_discussion -e openedx/core/lib/xblock_builtin/xblock_discussion
# via -r requirements/edx/base.txt # via -r requirements/edx/base.txt
-e git+https://github.com/edx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive -e git+https://github.com/edx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
@@ -797,6 +795,7 @@ lxml==4.5.0
# edxval # edxval
# lti-consumer-xblock # lti-consumer-xblock
# olxcleaner # olxcleaner
# openedx-calc
# ora2 # ora2
# pyquery # pyquery
# safe-lxml # safe-lxml
@@ -828,6 +827,7 @@ markupsafe==2.0.1
# chem # chem
# jinja2 # jinja2
# mako # mako
# openedx-calc
# xblock # xblock
maxminddb==2.2.0 maxminddb==2.2.0
# via # via
@@ -884,10 +884,8 @@ oauthlib==3.0.1
# lti-consumer-xblock # lti-consumer-xblock
# requests-oauthlib # requests-oauthlib
# social-auth-core # social-auth-core
openedx-calc==2.0.1 openedx-calc==3.0.0
# via # via -r requirements/edx/base.txt
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
openedx-events==0.7.1 openedx-events==0.7.1
# via -r requirements/edx/base.txt # via -r requirements/edx/base.txt
openedx-filters==0.4.3 openedx-filters==0.4.3
@@ -1317,7 +1315,7 @@ sympy==1.6.2
# via # via
# -c requirements/edx/../constraints.txt # -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt # -r requirements/edx/base.txt
# symmath # openedx-calc
tableauserverclient==0.17.0 tableauserverclient==0.17.0
# via # via
# -r requirements/edx/base.txt # -r requirements/edx/base.txt