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