File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,21 @@ without complied extensions
39
39
We will only bump these dependencies as we need new features or the
40
40
old versions no longer support our minimum numpy or python.
41
41
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
+
42
57
43
58
System and C-dependencies
44
59
=========================
You can’t perform that action at this time.
0 commit comments