Skip to content

Commit

Permalink
chore: python 3.11 testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Feb 7, 2024
1 parent 2da3671 commit ed6d287
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 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.26.4
numpy
# via
# chem
# contourpy
Expand All @@ -76,7 +76,7 @@ random2==1.0.2
# via -r requirements/edx-sandbox/py38.in
regex==2023.12.25
# via nltk
scipy==1.12.0
scipy
# via
# -c requirements/edx-sandbox/../constraints.txt
# -r requirements/edx-sandbox/py38.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ nltk==3.8.1
# via chem
nodeenv==1.8.0
# via -r requirements/edx/kernel.in
numpy==1.26.4
numpy
# via
# chem
# openedx-calc
Expand Down Expand Up @@ -1029,7 +1029,7 @@ s3transfer==0.10.0
# via boto3
sailthru-client==2.2.3
# via edx-ace
scipy==1.12.0
scipy
# via
# -c requirements/edx/../constraints.txt
# chem
Expand Down
4 changes: 2 additions & 2 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ nodeenv==1.8.0
# -r requirements/edx/assets.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
numpy==1.26.4
numpy
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down Expand Up @@ -1795,7 +1795,7 @@ sailthru-client==2.2.3
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# edx-ace
scipy==1.12.0
scipy
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ nltk==3.8.1
# chem
nodeenv==1.8.0
# via -r requirements/edx/base.txt
numpy==1.26.4
numpy
# via
# -r requirements/edx/base.txt
# chem
Expand Down Expand Up @@ -1226,7 +1226,7 @@ sailthru-client==2.2.3
# via
# -r requirements/edx/base.txt
# edx-ace
scipy==1.12.0
scipy
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ nltk==3.8.1
# chem
nodeenv==1.8.0
# via -r requirements/edx/base.txt
numpy==1.26.4
numpy
# via
# -r requirements/edx/base.txt
# chem
Expand Down Expand Up @@ -1353,7 +1353,7 @@ sailthru-client==2.2.3
# via
# -r requirements/edx/base.txt
# edx-ace
scipy==1.12.0
scipy
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down

0 comments on commit ed6d287

Please sign in to comment.