Skip to content

Commit

Permalink
chore: Run make upgarde with Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Jun 3, 2024
1 parent 4cde86a commit 87937e7
Show file tree
Hide file tree
Showing 16 changed files with 249 additions and 473 deletions.
22 changes: 9 additions & 13 deletions requirements/edx-sandbox/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -14,15 +14,13 @@ click==8.1.6
# nltk
codejail-includes==1.0.0
# via -r requirements/edx-sandbox/base.in
contourpy==1.1.1
contourpy==1.2.1
# via matplotlib
cryptography==42.0.7
# via -r requirements/edx-sandbox/base.in
cycler==0.12.1
# via matplotlib
fonttools==4.51.0
# via matplotlib
importlib-resources==6.4.0
fonttools==4.53.0
# via matplotlib
joblib==1.4.2
# via nltk
Expand All @@ -37,17 +35,17 @@ markupsafe==2.1.5
# via
# chem
# openedx-calc
matplotlib==3.7.5
matplotlib==3.9.0
# via -r requirements/edx-sandbox/base.in
mpmath==1.3.0
# via sympy
networkx==3.1
networkx==3.3
# via -r requirements/edx-sandbox/base.in
nltk==3.8.1
# via
# -r requirements/edx-sandbox/base.in
# chem
numpy==1.24.4
numpy==1.26.4
# via
# chem
# contourpy
Expand All @@ -72,9 +70,9 @@ python-dateutil==2.9.0.post0
# via matplotlib
random2==1.0.2
# via -r requirements/edx-sandbox/base.in
regex==2024.5.10
regex==2024.5.15
# via nltk
scipy==1.10.1
scipy==1.13.1
# via
# -r requirements/edx-sandbox/base.in
# chem
Expand All @@ -83,11 +81,9 @@ six==1.16.0
# via
# codejail-includes
# python-dateutil
sympy==1.12
sympy==1.12.1
# via
# -r requirements/edx-sandbox/base.in
# openedx-calc
tqdm==4.66.4
# via nltk
zipp==3.18.1
# via importlib-resources
7 changes: 2 additions & 5 deletions requirements/edx/assets.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -12,10 +12,7 @@ libsass==0.10.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/assets.in
nodeenv==1.8.0
nodeenv==1.9.0
# via -r requirements/edx/assets.in
six==1.16.0
# via libsass

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading

0 comments on commit 87937e7

Please sign in to comment.