Skip to content

Commit 1050c3d

Browse files
holger-motionalfreddy
andauthored
Relax pip package requirements (#345)
* Implementing mean pointwise l2 distance * Make torch and torchvision flexible, limit pillow to compatible versions Co-authored-by: freddy <[email protected]>
1 parent 711b2eb commit 1050c3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ motmetrics<=1.1.3
77
numpy
88
opencv-python
99
pandas>=0.24
10-
Pillow
10+
Pillow<=6.2.1 # Latest Pillow is incompatible with current torchvision, https://github.com/pytorch/vision/issues/1712
1111
pyquaternion>=0.9.5
1212
scikit-learn
1313
scipy
1414
Shapely
15-
torch==1.4.0
16-
torchvision==0.5.0
15+
torch>=1.3.1
16+
torchvision>=0.4.2
1717
tqdm

0 commit comments

Comments
 (0)