Skip to content

Commit

Permalink
chore: Update requirements to remove symmath
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Muniz committed Feb 4, 2022
1 parent 32ebd75 commit acbafcd
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 36 deletions.
8 changes: 6 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,9 @@ py2neo<2022
# Sphinx requires docutils<0.18. This pin can be removed once https://github.com/sphinx-doc/sphinx/issues/9777 is closed.
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
# 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

1 change: 0 additions & 1 deletion requirements/edx-sandbox/py38.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ numpy>=1.16.0,<1.17.0
# 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
17 changes: 8 additions & 9 deletions requirements/edx-sandbox/py38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
#
# make upgrade
#
common/lib/sandbox-packages
# via -r requirements/edx-sandbox/py38.in
common/lib/symmath
-e common/lib/sandbox-packages
# via -r requirements/edx-sandbox/py38.in
cffi==1.15.0
# via cryptography
Expand All @@ -30,8 +28,11 @@ lxml==4.5.0
# via
# -c requirements/edx-sandbox/../constraints.txt
# -r requirements/edx-sandbox/py38.in
# openedx-calc
markupsafe==2.0.1
# via chem
# via
# chem
# openedx-calc
matplotlib==3.3.4
# via
# -c requirements/edx-sandbox/../constraints.txt
Expand All @@ -53,10 +54,8 @@ numpy==1.16.6
# matplotlib
# openedx-calc
# scipy
openedx-calc==2.0.1
# via
# -c requirements/edx-sandbox/../constraints.txt
# -r requirements/edx-sandbox/py38.in
openedx-calc==3.0.0
# via -r requirements/edx-sandbox/py38.in
pillow==9.0.0
# via matplotlib
pycparser==2.21
Expand Down Expand Up @@ -88,6 +87,6 @@ sympy==1.6.2
# via
# -c requirements/edx-sandbox/../constraints.txt
# -r requirements/edx-sandbox/py38.in
# symmath
# openedx-calc
tqdm==4.62.3
# via nltk
12 changes: 5 additions & 7 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
# via -r requirements/edx/local.in
-e common/lib/sandbox-packages
# via -r requirements/edx/local.in
-e common/lib/symmath
# via -r requirements/edx/local.in
-e openedx/core/lib/xblock_builtin/xblock_discussion
# via -r requirements/edx/local.in
-e git+https://github.com/edx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
Expand Down Expand Up @@ -626,6 +624,7 @@ lxml==4.5.0
# edxval
# lti-consumer-xblock
# olxcleaner
# openedx-calc
# ora2
# safe-lxml
# xblock
Expand Down Expand Up @@ -653,6 +652,7 @@ markupsafe==2.0.1
# chem
# jinja2
# mako
# openedx-calc
# xblock
maxminddb==2.2.0
# via geoip2
Expand Down Expand Up @@ -700,10 +700,8 @@ oauthlib==3.0.1
# lti-consumer-xblock
# requests-oauthlib
# social-auth-core
openedx-calc==2.0.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.in
openedx-calc==3.0.0
# via -r requirements/edx/base.in
openedx-events==0.7.1
# via -r requirements/edx/base.in
openedx-filters==0.4.3
Expand Down Expand Up @@ -1002,7 +1000,7 @@ super-csv==2.1.2
sympy==1.6.2
# via
# -c requirements/edx/../constraints.txt
# symmath
# openedx-calc
tableauserverclient==0.17.0
# via edx-enterprise
testfixtures==6.18.3
Expand Down
18 changes: 9 additions & 9 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
# via -r requirements/edx/testing.txt
-e common/lib/sandbox-packages
# via -r requirements/edx/testing.txt
-e common/lib/symmath
# via -r requirements/edx/testing.txt
-e openedx/core/lib/xblock_builtin/xblock_discussion
# via -r requirements/edx/testing.txt
-e git+https://github.com/edx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
Expand Down Expand Up @@ -837,6 +835,7 @@ lxml==4.5.0
# edxval
# lti-consumer-xblock
# olxcleaner
# openedx-calc
# ora2
# pyquery
# safe-lxml
Expand Down Expand Up @@ -869,6 +868,7 @@ markupsafe==2.0.1
# chem
# jinja2
# mako
# openedx-calc
# xblock
maxminddb==2.2.0
# via
Expand All @@ -878,8 +878,10 @@ mccabe==0.6.1
# via
# -r requirements/edx/testing.txt
# pylint
mistune==2.0.2
# via m2r
mistune==0.8.4
# via
# -c requirements/edx/../constraints.txt
# m2r
mock==4.0.3
# via
# -r requirements/edx/testing.txt
Expand Down Expand Up @@ -933,10 +935,8 @@ oauthlib==3.0.1
# lti-consumer-xblock
# requests-oauthlib
# social-auth-core
openedx-calc==2.0.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/testing.txt
openedx-calc==3.0.0
# via -r requirements/edx/testing.txt
openedx-events==0.7.1
# via -r requirements/edx/testing.txt
openedx-filters==0.4.3
Expand Down Expand Up @@ -1421,7 +1421,7 @@ sympy==1.6.2
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/testing.txt
# symmath
# openedx-calc
tableauserverclient==0.17.0
# via
# -r requirements/edx/testing.txt
Expand Down
1 change: 0 additions & 1 deletion requirements/edx/local.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
-e common/lib/capa
-e common/lib/safe_lxml
-e common/lib/sandbox-packages
-e common/lib/symmath
-e common/lib/xmodule

-e openedx/core/lib/xblock_builtin/xblock_discussion
12 changes: 5 additions & 7 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
# via -r requirements/edx/base.txt
-e common/lib/sandbox-packages
# via -r requirements/edx/base.txt
-e common/lib/symmath
# via -r requirements/edx/base.txt
-e openedx/core/lib/xblock_builtin/xblock_discussion
# via -r requirements/edx/base.txt
-e git+https://github.com/edx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
Expand Down Expand Up @@ -796,6 +794,7 @@ lxml==4.5.0
# edxval
# lti-consumer-xblock
# olxcleaner
# openedx-calc
# ora2
# pyquery
# safe-lxml
Expand Down Expand Up @@ -827,6 +826,7 @@ markupsafe==2.0.1
# chem
# jinja2
# mako
# openedx-calc
# xblock
maxminddb==2.2.0
# via
Expand Down Expand Up @@ -883,10 +883,8 @@ oauthlib==3.0.1
# lti-consumer-xblock
# requests-oauthlib
# social-auth-core
openedx-calc==2.0.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
openedx-calc==3.0.0
# via -r requirements/edx/base.txt
openedx-events==0.7.1
# via -r requirements/edx/base.txt
openedx-filters==0.4.3
Expand Down Expand Up @@ -1316,7 +1314,7 @@ sympy==1.6.2
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# symmath
# openedx-calc
tableauserverclient==0.17.0
# via
# -r requirements/edx/base.txt
Expand Down

0 comments on commit acbafcd

Please sign in to comment.