-
- Downloads
Yet another, hopefully final, fix to gitpython requirements (#475)
The gitdb versioning issue is resolved internally in gitpython 3.1.0, so moving to that and removing specific gitb requirements
... | @@ -3,10 +3,7 @@ torch==1.3.1 | ... | @@ -3,10 +3,7 @@ torch==1.3.1 |
numpy>=1.16 | numpy>=1.16 | ||
torchvision==0.4.2 | torchvision==0.4.2 | ||
scipy>=1.3.0 | scipy>=1.3.0 | ||
# GitPython requirements | gitpython==3.1.0 | ||
gitdb==4.0.0 | |||
gitdb2==4.0.1 | |||
gitpython==3.0.8 | |||
torchnet==0.0.4 | torchnet==0.0.4 | ||
tensorflow~=1.14 | tensorflow~=1.14 | ||
pydot==1.4.1 | pydot==1.4.1 | ||
... | ... |
Please register or sign in to comment