diff options
| author | Tim Graham <timograham@gmail.com> | 2014-09-29 19:31:29 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-29 19:47:33 -0400 |
| commit | df657a768248c07fdbdc950b08366f655d0f2f5d (patch) | |
| tree | b25c25fbb9314fa0f16efdd1d60aaea3b6b3a087 | |
| parent | 3132edae41dbb13b924e98e8f0254e847155a050 (diff) | |
[1.4.x] Required numpy < 1.9 for tests; refs #23489.
Backport of 4743a94429 from stable/1.7.x
| -rw-r--r-- | tests/requirements/base.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/base.txt b/tests/requirements/base.txt index c89533b0df..11e47fc64d 100644 --- a/tests/requirements/base.txt +++ b/tests/requirements/base.txt @@ -1,6 +1,6 @@ docutils Markdown -numpy +numpy < 1.9 PIL py-bcrypt python-memcached |
