We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4b86b commit 7b0887cCopy full SHA for 7b0887c
environment.yml
@@ -26,6 +26,7 @@ dependencies:
26
27
# documentation
28
- gitpython # obtain contributors from git for whatsnew
29
+ - gitdb2=2.0.6 # GH-32060
30
- sphinx
31
32
# documentation (jupyter notebooks)
requirements-dev.txt
@@ -15,6 +15,7 @@ isort
15
mypy==0.730
16
pycodestyle
17
gitpython
18
+gitdb2==2.0.6
19
sphinx
20
nbconvert>=5.4.1
21
nbsphinx
0 commit comments