diff options
author | Thomas A Caswell <tcaswell@gmail.com> | 2019-07-29 11:04:05 -0400 |
---|---|---|
committer | Thomas A Caswell <tcaswell@gmail.com> | 2019-07-29 11:04:05 -0400 |
commit | 7d61653e79ff6779b720dc067945276bdd1921e5 (patch) | |
tree | 762202e307ffb34092abf25fe5cc077b52e3831f /doc | |
parent | 54d4bd1f136ceffa9163322f2919989fccda8853 (diff) | |
download | numpy-7d61653e79ff6779b720dc067945276bdd1921e5.tar.gz |
DOC: remove comment about other dependencies
Diffstat (limited to 'doc')
-rw-r--r-- | doc/neps/nep-0029-deprecation_policy.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/neps/nep-0029-deprecation_policy.rst b/doc/neps/nep-0029-deprecation_policy.rst index 65e841bc6..fcc28e7c6 100644 --- a/doc/neps/nep-0029-deprecation_policy.rst +++ b/doc/neps/nep-0029-deprecation_policy.rst @@ -154,9 +154,6 @@ development guidelines: version support on every minor and major release, but never on a patch release. -For other dependencies, adopt similar time windows of 24 months or -shorter. - Backward compatibility ---------------------- |