BOM-3363: Remove sympy constraint (#30217)
* fix: remove sympy constraint
This commit is contained in:
@@ -55,10 +55,6 @@ wrapt==1.11.*
|
||||
# tests failing for pymongo==3.11
|
||||
pymongo<3.11
|
||||
|
||||
# sympy latest version causing test failures.
|
||||
# may be related to python35 version drop in 1.7.0. Needs to be tested before removing.
|
||||
sympy==1.6.2
|
||||
|
||||
# python3-saml==1.10.0 version started breaking a11y tests
|
||||
python3-saml<1.10.0
|
||||
|
||||
|
||||
@@ -84,9 +84,8 @@ six==1.16.0
|
||||
# via
|
||||
# chem
|
||||
# python-dateutil
|
||||
sympy==1.6.2
|
||||
sympy==1.10.1
|
||||
# via
|
||||
# -c requirements/edx-sandbox/../constraints.txt
|
||||
# -r requirements/edx-sandbox/py38.in
|
||||
# openedx-calc
|
||||
tqdm==4.64.0
|
||||
|
||||
@@ -1007,10 +1007,8 @@ super-csv==3.0.0
|
||||
# via
|
||||
# -r requirements/edx/base.in
|
||||
# edx-bulk-grades
|
||||
sympy==1.6.2
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# openedx-calc
|
||||
sympy==1.10.1
|
||||
# via openedx-calc
|
||||
tableauserverclient==0.18.0
|
||||
# via edx-enterprise
|
||||
testfixtures==6.18.5
|
||||
|
||||
@@ -1435,9 +1435,8 @@ super-csv==3.0.0
|
||||
# via
|
||||
# -r requirements/edx/testing.txt
|
||||
# edx-bulk-grades
|
||||
sympy==1.6.2
|
||||
sympy==1.10.1
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/testing.txt
|
||||
# openedx-calc
|
||||
tableauserverclient==0.18.0
|
||||
|
||||
@@ -1326,9 +1326,8 @@ super-csv==3.0.0
|
||||
# via
|
||||
# -r requirements/edx/base.txt
|
||||
# edx-bulk-grades
|
||||
sympy==1.6.2
|
||||
sympy==1.10.1
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/base.txt
|
||||
# openedx-calc
|
||||
tableauserverclient==0.18.0
|
||||
|
||||
Reference in New Issue
Block a user