diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2022-09-01 09:28:29 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2022-09-01 10:58:45 -0600 |
commit | e8cba650d7b96c23492f319eee131a54f61e8b41 (patch) | |
tree | 4ba8b7d80c6157aa22d6178a05e85f1a45ea9648 /doc_requirements.txt | |
parent | 917335c6f1277e44c998c8475173ba66b4d409b5 (diff) | |
download | numpy-e8cba650d7b96c23492f319eee131a54f61e8b41.tar.gz |
BUG: Fix circleci build
Pin towncrier to 21.9.0.
[skip azp]
[skip github]
[skip travis]
Diffstat (limited to 'doc_requirements.txt')
-rw-r--r-- | doc_requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc_requirements.txt b/doc_requirements.txt index 2a5f17ebb..4939fa3a2 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -8,3 +8,6 @@ scipy matplotlib pandas breathe + +# needed to build release notes +towncrier==21.9.0 |