Skip to content

Commit

Permalink
Remove gluoncv (open-mmlab#2832)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanyzhu authored Feb 7, 2023
1 parent 5acf693 commit 6f700e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion CI/docker/full_install_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ python3 -m pip install features/
python3 -m pip install tabular/[all,tests]
python3 -m pip install multimodal/[tests]
python3 -m pip install text/[tests]
python3 -m pip install vision/
python3 -m pip install timeseries/[all,tests]
python3 -m pip install autogluon/
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ cd ../extra/
pytest
cd ../text/
pytest
cd ../vision/
pytest
cd ../features/
pytest
```
Expand Down
2 changes: 1 addition & 1 deletion core/src/autogluon/core/_setup_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
if LITE_MODE:
DEPENDENT_PACKAGES = {
package: version for package, version in DEPENDENT_PACKAGES.items()
if package not in ['psutil', 'gluoncv', 'Pillow', 'timm']
if package not in ['psutil', 'Pillow', 'timm']
}

DEPENDENT_PACKAGES = {package: package + version for package, version in DEPENDENT_PACKAGES.items()}
Expand Down

0 comments on commit 6f700e6

Please sign in to comment.