Skip to content

Commit 285591d

Browse files
committed
chore: remove py2neo as dependency and upgrade
The py2neo package exists to support CourseGraph, which required the Neo4j database. Support for it was removed before the Sumac cut, tracked by the following DEPR: #34342 This dependency looks like a bit of leftover code that was overlooked during the removal process.
1 parent 5445314 commit 285591d

14 files changed

Lines changed: 419 additions & 465 deletions

File tree

requirements/edx-sandbox/base.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@ click==8.1.8
1212
# via nltk
1313
codejail-includes==1.0.0
1414
# via -r requirements/edx-sandbox/base.in
15-
contourpy==1.3.1
15+
contourpy==1.3.2
1616
# via matplotlib
1717
cryptography==44.0.2
1818
# via -r requirements/edx-sandbox/base.in
1919
cycler==0.12.1
2020
# via matplotlib
21-
fonttools==4.56.0
21+
fonttools==4.57.0
2222
# via matplotlib
2323
joblib==1.4.2
2424
# via nltk
2525
kiwisolver==1.4.8
2626
# via matplotlib
27-
lxml[html-clean,html_clean]==5.3.1
27+
lxml[html-clean,html_clean]==5.4.0
2828
# via
2929
# -r requirements/edx-sandbox/base.in
3030
# lxml-html-clean
3131
# openedx-calc
32-
lxml-html-clean==0.4.1
32+
lxml-html-clean==0.4.2
3333
# via lxml
3434
markupsafe==3.0.2
3535
# via
@@ -53,15 +53,15 @@ numpy==1.26.4
5353
# matplotlib
5454
# openedx-calc
5555
# scipy
56-
openedx-calc==4.0.1
56+
openedx-calc==4.0.2
5757
# via -r requirements/edx-sandbox/base.in
58-
packaging==24.2
58+
packaging==25.0
5959
# via matplotlib
60-
pillow==11.1.0
60+
pillow==11.2.1
6161
# via matplotlib
6262
pycparser==2.22
6363
# via cffi
64-
pyparsing==3.2.1
64+
pyparsing==3.2.3
6565
# via
6666
# -r requirements/edx-sandbox/base.in
6767
# chem
@@ -77,7 +77,6 @@ scipy==1.15.2
7777
# via
7878
# -r requirements/edx-sandbox/base.in
7979
# chem
80-
# openedx-calc
8180
six==1.17.0
8281
# via
8382
# codejail-includes

0 commit comments

Comments
 (0)