We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e8be9 commit 1014300Copy full SHA for 1014300
source/dependency-changes.rst
@@ -0,0 +1,13 @@
1
+Making dependency changes
2
+=========================
3
+
4
+Updating Python package dependencies
5
+------------------------------------
6
7
+To update all dependencies, script for bumping deps (``tools/bumpdeps.py``) should be used.
8
9
+When updating dependencies:
10
11
+- Verify that all code commented with ``DEP-WARN`` is not affected by the new dependency versions
12
+- Read the changelogs for dependencies to make sure there are no (breaking) changes
13
+ that may affect our code
source/index.rst
@@ -9,3 +9,5 @@ Full Table of Contents
.. toctree::
:maxdepth: 2
+ dependency-changes
0 commit comments