Skip to content

Commit 810ea30

Browse files
committed
chore: Adds sandbox requirements to ulmo
Signed-off-by: Farhaan Bukhsh <[email protected]>
1 parent baa9481 commit 810ea30

2 files changed

Lines changed: 108 additions & 0 deletions

File tree

requirements/edx-sandbox/README.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,21 @@ releases/sumac.txt
7474
.. _Python changelog: https://docs.python.org/3.11/whatsnew/changelog.html
7575
.. _SciPy changelog: https://docs.scipy.org/doc/scipy/release.html
7676
.. _NumPy changelog: https://numpy.org/doc/stable/release.html
77+
78+
releases/teak.txt
79+
------------------
80+
81+
* Frozen at the time of the Teak release
82+
* Supports Python 3.11 and Python 3.12
83+
* SciPy is upgraded from 1.14.1 to 1.15.2
84+
85+
.. _SciPy changelog: https://docs.scipy.org/doc/scipy/release.html
86+
87+
releases/ulmo.txt
88+
------------------
89+
90+
* Frozen at the time of the Ulmo release
91+
* Supports Python 3.11 and Python 3.12
92+
* SciPy is upgraded from 1.15.2 to 1.16.3
93+
94+
.. _SciPy changelog: https://docs.scipy.org/doc/scipy/release.html
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
4+
#
5+
# make upgrade
6+
#
7+
cffi==2.0.0
8+
# via cryptography
9+
chem==2.0.0
10+
# via -r requirements/edx-sandbox/base.in
11+
click==8.3.0
12+
# via nltk
13+
codejail-includes==2.0.0
14+
# via -r requirements/edx-sandbox/base.in
15+
contourpy==1.3.3
16+
# via matplotlib
17+
cryptography==45.0.7
18+
# via
19+
# -c requirements/constraints.txt
20+
# -r requirements/edx-sandbox/base.in
21+
cycler==0.12.1
22+
# via matplotlib
23+
fonttools==4.60.1
24+
# via matplotlib
25+
joblib==1.5.2
26+
# via nltk
27+
kiwisolver==1.4.9
28+
# via matplotlib
29+
lxml[html-clean]==5.3.2
30+
# via
31+
# -c requirements/constraints.txt
32+
# -r requirements/edx-sandbox/base.in
33+
# lxml-html-clean
34+
# openedx-calc
35+
lxml-html-clean==0.4.3
36+
# via lxml
37+
markupsafe==3.0.3
38+
# via
39+
# chem
40+
# openedx-calc
41+
matplotlib==3.10.7
42+
# via -r requirements/edx-sandbox/base.in
43+
mpmath==1.3.0
44+
# via sympy
45+
networkx==3.5
46+
# via -r requirements/edx-sandbox/base.in
47+
nltk==3.9.2
48+
# via
49+
# -r requirements/edx-sandbox/base.in
50+
# chem
51+
numpy==1.26.4
52+
# via
53+
# -c requirements/constraints.txt
54+
# chem
55+
# contourpy
56+
# matplotlib
57+
# openedx-calc
58+
# scipy
59+
openedx-calc==4.0.2
60+
# via -r requirements/edx-sandbox/base.in
61+
packaging==25.0
62+
# via matplotlib
63+
pillow==12.0.0
64+
# via matplotlib
65+
pycparser==2.23
66+
# via cffi
67+
pyparsing==3.2.5
68+
# via
69+
# -r requirements/edx-sandbox/base.in
70+
# chem
71+
# matplotlib
72+
# openedx-calc
73+
python-dateutil==2.9.0.post0
74+
# via matplotlib
75+
random2==1.0.2
76+
# via -r requirements/edx-sandbox/base.in
77+
regex==2025.10.23
78+
# via nltk
79+
scipy==1.16.3
80+
# via
81+
# -r requirements/edx-sandbox/base.in
82+
# chem
83+
six==1.17.0
84+
# via python-dateutil
85+
sympy==1.14.0
86+
# via
87+
# -r requirements/edx-sandbox/base.in
88+
# openedx-calc
89+
tqdm==4.67.1
90+
# via nltk

0 commit comments

Comments
 (0)