Skip to content

Commit

Permalink
Remove unused opencv dependency (#72)
Browse files Browse the repository at this point in the history
Summary:
Usage of opencv was removed in D58980922 but we forgot to remove it from the dependency lists.

Pull Request resolved: #72

Reviewed By: ahmadsharif1

Differential Revision: D59590990

Pulled By: NicolasHug

fbshipit-source-id: d550e388a016aa2a5a1a8e70df0f2b17e8669429
  • Loading branch information
NicolasHug authored and facebook-github-bot committed Jul 11, 2024
1 parent 99388cf commit 5af75ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: |
python -m pip install --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
# TODO: Find a way to get those dependencies from pyproject.toml
python -m pip install numpy pytest pillow opencv-python
python -m pip install numpy pytest pillow
- name: Delete the src/ folder just for fun
run: |
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ dev = [
"numpy",
"pytest",
"pillow",
"opencv-python",
]

0 comments on commit 5af75ad

Please sign in to comment.