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:58:00 -0400 |
| commit | 011541d948dac99100940e974f5cf243199be534 (patch) | |
| tree | a3009b89907cc3cd2906b300486bf193ddb3f62f | |
| parent | 8c0851051d46d62f3bdc1efcbb1614103f1629a3 (diff) | |
[1.6.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 535d146bb8..b43c3ae2cb 100644 --- a/tests/requirements/base.txt +++ b/tests/requirements/base.txt @@ -1,6 +1,6 @@ bcrypt docutils -numpy +numpy < 1.9 Pillow PyYAML pytz |
