Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d3e633

Browse files
committed
DOC: add section about test / doc dependencies
1 parent c816b09 commit 2d3e633

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/devel/min_dep_policy.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,21 @@ without complied extensions
3939
We will only bump these dependencies as we need new features or the
4040
old versions no longer support our minimum numpy or python.
4141

42+
Test and Documentation Dependencies
43+
===================================
44+
45+
As these packages are only needed for testing or building the docs and
46+
not needed by end-users, we can be more aggressive about dropping
47+
support for old versions. However, we need to be careful to not
48+
over-run what down-stream packagers support (as most of the run the
49+
tests and build the documentation as part of the packaging process).
50+
51+
We will support at least minor versions of the development
52+
dependencies released in the 12 months prior to our planned release.
53+
54+
We will only bump these as needed or versions no longer support our
55+
minimum Python and numpy.
56+
4257

4358
System and C-dependencies
4459
=========================

0 commit comments

Comments
 (0)