Skip to content

Commit

Permalink
feat!: Upgrade numpy to be python 3.8 and 3.12 compatible.
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Because numpy is available in the codejail sandbox, the
update from 1.22.4 to 1.24.4 does have completed deprecations, and more
details can be found in the Numpy Release Notes:
https://numpy.org/doc/stable/release/1.23.0-notes.html#expired-deprecations
  • Loading branch information
feanil committed Mar 14, 2024
1 parent fad6eac commit 98cee86
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/edx-sandbox/py38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ nltk==3.8.1
# via
# -r requirements/edx-sandbox/py38.in
# chem
numpy==1.22.4
numpy==1.24.4
# via
# chem
# contourpy
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ nltk==3.8.1
# via chem
nodeenv==1.8.0
# via -r requirements/edx/kernel.in
numpy==1.22.4
numpy==1.24.4
# via
# chem
# openedx-calc
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ nodeenv==1.8.0
# -r requirements/edx/assets.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
numpy==1.22.4
numpy==1.24.4
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ nltk==3.8.1
# chem
nodeenv==1.8.0
# via -r requirements/edx/base.txt
numpy==1.22.4
numpy==1.24.4
# via
# -r requirements/edx/base.txt
# chem
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ nltk==3.8.1
# chem
nodeenv==1.8.0
# via -r requirements/edx/base.txt
numpy==1.22.4
numpy==1.24.4
# via
# -r requirements/edx/base.txt
# chem
Expand Down

0 comments on commit 98cee86

Please sign in to comment.