Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
2307a12f
Unverified
Commit
2307a12f
authored
3 years ago
by
Usama Sadiq
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: Pinned numpy>=1.16.0,<1.17.0 in codejail requirements (#28795)
parent
42d79c5e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
requirements/edx-sandbox/py38.in
+4
-1
4 additions, 1 deletion
requirements/edx-sandbox/py38.in
requirements/edx-sandbox/py38.txt
+1
-1
1 addition, 1 deletion
requirements/edx-sandbox/py38.txt
with
5 additions
and
2 deletions
requirements/edx-sandbox/py38.in
+
4
−
1
View file @
2307a12f
...
...
@@ -6,13 +6,16 @@ lxml # XML parser
matplotlib # 2D plotting library
networkx # Utilities for creating, manipulating, and studying network graphs
nltk # Natural language processing; used by the chem package
numpy # Numeric array processing utilities; used by scipy
openedx-calc
pyparsing # Python Parsing module
random2 # Implementation of random module that works identically under Python 2 and 3
scipy # Math, science, and engineering library
sympy # Symbolic math library
# numpy>=1.17.0 caused failures in importing numpy in code-jail environment.
# The issue will be investigated and fixed in https://openedx.atlassian.net/browse/BOM-2841.
numpy>=1.16.0,<1.17.0
# Install these packages from the edx-platform working tree
# NOTE: if you change code in these packages, you MUST change the version
# number in its setup.py or the code WILL NOT be installed during deploy.
...
...
This diff is collapsed.
Click to expand it.
requirements/edx-sandbox/py38.txt
+
1
−
1
View file @
2307a12f
...
...
@@ -46,7 +46,7 @@ nltk==3.6.2
# via
# -r requirements/edx-sandbox/py38.in
# chem
numpy==1.
21.2
numpy==1.
16.6
# via
# -r requirements/edx-sandbox/py38.in
# chem
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment