From 5746d34ac1ec8d7c45aa768e6ae62a4bd3cae427 Mon Sep 17 00:00:00 2001 From: Fangchen Li Date: Fri, 21 Aug 2020 16:12:58 -0500 Subject: [PATCH] CI/DOC: unpin gitdb #35823 (#35824) --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 6afc19c227512..96f2c8d2086c7 100644 --- a/environment.yml +++ b/environment.yml @@ -26,7 +26,7 @@ dependencies: # documentation - gitpython # obtain contributors from git for whatsnew - - gitdb2=2.0.6 # GH-32060 + - gitdb - sphinx # documentation (jupyter notebooks) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2fbb20ddfd3bf..1fca25c9fecd9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,7 +15,7 @@ isort>=5.2.1 mypy==0.730 pycodestyle gitpython -gitdb2==2.0.6 +gitdb sphinx nbconvert>=5.4.1 nbsphinx