Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Upgrade SciPy and Numpy #34372

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ django-webpack-loader==0.7.0
# version of py2neo will work with Neo4j 3.5.
py2neo<2022

# scipy version 1.8 requires numpy>=1.17.3, we've pinned numpy to <1.17.0 in requirements/edx-sandbox/py38.in
scipy<1.8.0

# edx-enterprise, snowflake-connector-python require charset-normalizer==2.0.0
# Can be removed once snowflake-connector-python>2.7.9 is released with the fix.
charset-normalizer<2.1.0
Expand Down
5 changes: 2 additions & 3 deletions 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 All @@ -76,9 +76,8 @@ random2==1.0.2
# via -r requirements/edx-sandbox/py38.in
regex==2023.12.25
# via nltk
scipy==1.7.3
scipy==1.10.1
# via
# -c requirements/edx-sandbox/../constraints.txt
# -r requirements/edx-sandbox/py38.in
# chem
# openedx-calc
Expand Down
5 changes: 2 additions & 3 deletions 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 Expand Up @@ -1035,9 +1035,8 @@ s3transfer==0.10.0
# via boto3
sailthru-client==2.2.3
# via edx-ace
scipy==1.7.3
scipy==1.10.1
# via
# -c requirements/edx/../constraints.txt
# chem
# openedx-calc
semantic-version==2.10.0
Expand Down
5 changes: 2 additions & 3 deletions 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 Expand Up @@ -1789,9 +1789,8 @@ sailthru-client==2.2.3
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# edx-ace
scipy==1.7.3
scipy==1.10.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# chem
Expand Down
5 changes: 2 additions & 3 deletions 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 Expand Up @@ -1223,9 +1223,8 @@ sailthru-client==2.2.3
# via
# -r requirements/edx/base.txt
# edx-ace
scipy==1.7.3
scipy==1.10.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# chem
# openedx-calc
Expand Down
5 changes: 2 additions & 3 deletions 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 Expand Up @@ -1349,9 +1349,8 @@ sailthru-client==2.2.3
# via
# -r requirements/edx/base.txt
# edx-ace
scipy==1.7.3
scipy==1.10.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# chem
# openedx-calc
Expand Down
Loading