Skip to content

Commit

Permalink
Move installation command of timm library to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cfgfung committed Jul 25, 2024
1 parent 0a02cd3 commit 8e088af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ fast_tests_feature_extraction:
fast_test_videomae:
python -m pip install .[tests]
python -m pytest tests/test_video_mae.py

# Run unit and integration tests related to Image segmentation
fast_tests_object_detection:
python -m pip install .[tests]
python -m pip install timm
python -m pytest tests/test_object_detection.py

# Run single-card non-regression tests
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"safetensors",
"pytest < 8.0.0",
"torchsde",
"timm",
]

QUALITY_REQUIRES = [
Expand Down

0 comments on commit 8e088af

Please sign in to comment.