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
ec09ac7f
Commit
ec09ac7f
authored
May 20, 2013
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put numpy into a pre.txt so that everything will actually install.
parent
3671c7a7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletions
+4
-1
rakefiles/prereqs.rake
+1
-0
requirements/edx/base.txt
+0
-1
requirements/edx/pre.txt
+3
-0
No files found.
rakefiles/prereqs.rake
View file @
ec09ac7f
...
@@ -31,6 +31,7 @@ task :install_python_prereqs => "ws:migrate" do
...
@@ -31,6 +31,7 @@ task :install_python_prereqs => "ws:migrate" do
unchanged
=
'Python requirements unchanged, nothing to install'
unchanged
=
'Python requirements unchanged, nothing to install'
when_changed
(
unchanged
,
'requirements/**/*'
)
do
when_changed
(
unchanged
,
'requirements/**/*'
)
do
ENV
[
'PIP_DOWNLOAD_CACHE'
]
||=
'.pip_download_cache'
ENV
[
'PIP_DOWNLOAD_CACHE'
]
||=
'.pip_download_cache'
sh
(
'pip install --exists-action w -r requirements/edx/pre.txt'
)
sh
(
'pip install --exists-action w -r requirements/edx/base.txt'
)
sh
(
'pip install --exists-action w -r requirements/edx/base.txt'
)
sh
(
'pip install --exists-action w -r requirements/edx/post.txt'
)
sh
(
'pip install --exists-action w -r requirements/edx/post.txt'
)
# Check for private-requirements.txt: used to install our libs as working dirs,
# Check for private-requirements.txt: used to install our libs as working dirs,
...
...
requirements/edx/base.txt
View file @
ec09ac7f
...
@@ -29,7 +29,6 @@ mako==0.7.3
...
@@ -29,7 +29,6 @@ mako==0.7.3
Markdown==2.2.1
Markdown==2.2.1
networkx==1.7
networkx==1.7
nltk==2.0.4
nltk==2.0.4
numpy==1.6.2
paramiko==1.9.0
paramiko==1.9.0
path.py==3.0.1
path.py==3.0.1
Pillow==1.7.8
Pillow==1.7.8
...
...
requirements/edx/pre.txt
0 → 100644
View file @
ec09ac7f
# 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
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