forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request openedx#34752 from raccoongang/max/feat/pip-sandbo…
…x-requirements-redwood feat: freeze edx-sandbox requirements for redwood
- Loading branch information
Showing
2 changed files
with
94 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
cffi==1.16.0 | ||
# via cryptography | ||
chem==1.3.0 | ||
# via -r requirements/edx-sandbox/base.in | ||
click==8.1.6 | ||
# via | ||
# -c requirements/edx-sandbox/../constraints.txt | ||
# nltk | ||
codejail-includes==1.0.0 | ||
# via -r requirements/edx-sandbox/base.in | ||
contourpy==1.1.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 | ||
# via matplotlib | ||
joblib==1.4.2 | ||
# via nltk | ||
kiwisolver==1.4.5 | ||
# via matplotlib | ||
lxml==4.9.4 | ||
# via | ||
# -c requirements/edx-sandbox/../constraints.txt | ||
# -r requirements/edx-sandbox/base.in | ||
# openedx-calc | ||
markupsafe==2.1.5 | ||
# via | ||
# chem | ||
# openedx-calc | ||
matplotlib==3.7.5 | ||
# via -r requirements/edx-sandbox/base.in | ||
mpmath==1.3.0 | ||
# via sympy | ||
networkx==3.1 | ||
# via -r requirements/edx-sandbox/base.in | ||
nltk==3.8.1 | ||
# via | ||
# -r requirements/edx-sandbox/base.in | ||
# chem | ||
numpy==1.24.4 | ||
# via | ||
# chem | ||
# contourpy | ||
# matplotlib | ||
# openedx-calc | ||
# scipy | ||
openedx-calc==3.1.0 | ||
# via -r requirements/edx-sandbox/base.in | ||
packaging==24.0 | ||
# via matplotlib | ||
pillow==10.3.0 | ||
# via matplotlib | ||
pycparser==2.22 | ||
# via cffi | ||
pyparsing==3.1.2 | ||
# via | ||
# -r requirements/edx-sandbox/base.in | ||
# chem | ||
# matplotlib | ||
# openedx-calc | ||
python-dateutil==2.9.0.post0 | ||
# via matplotlib | ||
random2==1.0.2 | ||
# via -r requirements/edx-sandbox/base.in | ||
regex==2024.4.28 | ||
# via nltk | ||
scipy==1.10.1 | ||
# via | ||
# -r requirements/edx-sandbox/base.in | ||
# chem | ||
# openedx-calc | ||
six==1.16.0 | ||
# via | ||
# codejail-includes | ||
# python-dateutil | ||
sympy==1.12 | ||
# via | ||
# -r requirements/edx-sandbox/base.in | ||
# openedx-calc | ||
tqdm==4.66.4 | ||
# via nltk | ||
zipp==3.18.1 | ||
# via importlib-resources |