Feanil Patel
|
041059f740
|
Update the other requirements to use pyparsing 2.2.0 as well.
|
2018-03-16 15:47:34 -04:00 |
|
Feanil Patel
|
f6d3421751
|
Revert "Update setup.py for calc module."
|
2018-02-23 16:53:41 -05:00 |
|
Feanil Patel
|
c0b5916804
|
Update setup.py for calc module.
We've been running with pyparsing 2.2.0 in production this whole time
so I'm pretty sure we can depend on this.
|
2018-02-23 14:02:54 -05:00 |
|
Ned Batchelder
|
8d791b5823
|
Use latest pyparsing 2.0.x to avoid setuptools entanglement
With 2.0.1, and setuptools 34.0.2, errors happen like:
File "/edx/app/edxapp/venvs/edxapp-sandbox/local/lib/python2.7/site-packages/packaging/requirements.py", line 59, in <module>
MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker")
TypeError: __call__() takes exactly 2 arguments (1 given)
(cherry picked from commit 73519b3547359a0b791e39d4665f51ac66449a17)
|
2017-01-25 15:10:02 -05:00 |
|
Ned Batchelder
|
0e4b816cb1
|
Pin versions of numpy and scipy
|
2016-08-08 09:11:25 -04:00 |
|
David Baumgold
|
cb5e3c8111
|
Upgrade pyparsing to 2.0.1
|
2014-04-02 16:09:53 -04:00 |
|
Adam Palay
|
5b0194d9b4
|
bump version number on calc
|
2013-08-30 16:59:46 -04:00 |
|
Adam Palay
|
ac90679544
|
restructure calc
|
2013-08-30 16:57:10 -04:00 |
|
Ned Batchelder
|
ce005072b0
|
Sandbox-installed packages will be really installed instead of -e installed.
|
2013-05-21 19:21:39 -04:00 |
|
Ned Batchelder
|
7c498be606
|
Move packages around so we can install packages into the sandbox.
|
2013-05-06 10:55:05 -04:00 |
|