Skip to content

Commit

Permalink
Relax pip package requirements (#345)
Browse files Browse the repository at this point in the history
* Implementing mean pointwise l2 distance

* Make torch and torchvision flexible, limit pillow to compatible versions

Co-authored-by: freddy <freddy.boulton@nutonomy.com>
  • Loading branch information
holger-motional and freddy committed Apr 1, 2020
1 parent 711b2eb commit 1050c3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ motmetrics<=1.1.3
numpy
opencv-python
pandas>=0.24
Pillow
Pillow<=6.2.1 # Latest Pillow is incompatible with current torchvision, https://github.com/pytorch/vision/issues/1712
pyquaternion>=0.9.5
scikit-learn
scipy
Shapely
torch==1.4.0
torchvision==0.5.0
torch>=1.3.1
torchvision>=0.4.2
tqdm

0 comments on commit 1050c3d

Please sign in to comment.