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
220cf1b4
Commit
220cf1b4
authored
Aug 09, 2016
by
Ned Batchelder
Committed by
GitHub
Aug 09, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13186 from edx/ned/pin-scipy-etc
Pin versions of numpy and scipy
parents
c5c06cf9
0e4b816c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
common/lib/calc/setup.py
+2
-2
common/lib/chem/setup.py
+3
-3
common/lib/symmath/setup.py
+1
-1
No files found.
common/lib/calc/setup.py
View file @
220cf1b4
...
...
@@ -6,7 +6,7 @@ setup(
packages
=
[
"calc"
],
install_requires
=
[
"pyparsing==2.0.1"
,
"numpy"
,
"scipy
"
"numpy
==1.6.2
"
,
"scipy
==0.14.0"
,
],
)
common/lib/chem/setup.py
View file @
220cf1b4
...
...
@@ -6,8 +6,8 @@ setup(
packages
=
[
"chem"
],
install_requires
=
[
"pyparsing==2.0.1"
,
"numpy"
,
"scipy"
,
"nltk
<3.0
"
,
"numpy
==1.6.2
"
,
"scipy
==0.14.0
"
,
"nltk
==2.0.6
"
,
],
)
common/lib/symmath/setup.py
View file @
220cf1b4
...
...
@@ -5,6 +5,6 @@ setup(
version
=
"0.1"
,
packages
=
[
"symmath"
],
install_requires
=
[
"sympy"
,
"sympy
==0.7.1
"
,
],
)
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