Skip to content

Commit

Permalink
cv
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 9, 2021
1 parent 19c0c76 commit d314f53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ jobs:
displayName: 'Image info & NVIDIA'
- bash: |
apt-get install -y libgl1-mesa-dev
# python -m pip install "pip==20.1"
pip install --requirement requirements.txt
pip install --requirement ./requirements/devel.txt --upgrade-strategy only-if-needed
pip list
displayName: 'Install dependencies'
Expand Down
2 changes: 1 addition & 1 deletion requirements/models.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
torchvision>=0.7
scikit-learn>=0.23
Pillow
opencv-python
opencv-python-headless
gym>=0.17.2 # needed for RL

0 comments on commit d314f53

Please sign in to comment.