Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
45db566e
Commit
45db566e
authored
May 12, 2016
by
muzaffaryousaf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade numpy to 1.11.0
TNL-4536
parent
628ec509
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
requirements/edx-sandbox/base.txt
+1
-1
requirements/edx/pre.txt
+1
-1
scripts/create-dev-env.sh
+1
-1
No files found.
requirements/edx-sandbox/base.txt
View file @
45db566e
...
...
@@ -4,7 +4,7 @@
# * @mollydb - to check licensing
# * @edx/devops - to check system requirements
numpy==1.
6.2
numpy==1.
11.0
networkx==1.7
sympy==0.7.1
pyparsing==2.0.1
...
...
requirements/edx/pre.txt
View file @
45db566e
...
...
@@ -9,7 +9,7 @@ setuptools==18.0.1
# Numpy and scipy can't be installed in the same pip run.
# Install numpy before other things to help resolve the problem.
numpy==1.
6.2
numpy==1.
11.0
# Needed to make sure that options in base.txt are allowed
pip==7.1.2
...
...
scripts/create-dev-env.sh
View file @
45db566e
...
...
@@ -421,7 +421,7 @@ fi
# compile numpy and scipy if requested
NUMPY_VER
=
"1.
6.2
"
NUMPY_VER
=
"1.
11.0
"
SCIPY_VER
=
"0.10.1"
if
[[
-n
$compile
]]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment