Skip to content

Commit

Permalink
chore: Run make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil authored and rayzhou-bit committed May 9, 2024
1 parent 606b2ef commit 1708cbb
Show file tree
Hide file tree
Showing 16 changed files with 533 additions and 404 deletions.
1 change: 0 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,3 @@ path<16.12.0

# Temporary to Support the python 3.11 Upgrade
backports.zoneinfo;python_version<"3.9" # Newer versions have zoneinfo available in the standard library

16 changes: 8 additions & 8 deletions requirements/edx-sandbox/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ cryptography==42.0.7
# via -r requirements/edx-sandbox/base.in
cycler==0.12.1
# via matplotlib
fonttools==4.49.0
fonttools==4.51.0
# via matplotlib
importlib-resources==6.1.1
importlib-resources==6.4.0
# via matplotlib
joblib==1.3.2
joblib==1.4.2
# via nltk
kiwisolver==1.4.5
# via matplotlib
Expand Down Expand Up @@ -60,19 +60,19 @@ packaging==24.0
# via matplotlib
pillow==10.3.0
# via matplotlib
pycparser==2.21
pycparser==2.22
# via cffi
pyparsing==3.1.1
pyparsing==3.1.2
# via
# -r requirements/edx-sandbox/base.in
# chem
# matplotlib
# openedx-calc
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via matplotlib
random2==1.0.2
# via -r requirements/edx-sandbox/base.in
regex==2024.4.16
regex==2024.4.28
# via nltk
scipy==1.10.1
# via
Expand All @@ -89,5 +89,5 @@ sympy==1.12
# openedx-calc
tqdm==4.66.4
# via nltk
zipp==3.17.0
zipp==3.18.1
# via importlib-resources
Loading

0 comments on commit 1708cbb

Please sign in to comment.