chore(components/pytorch): Add sqlalchemy pacakge to ax (#6340)

This commit is contained in:
Jagadeesh J 2021-08-16 10:14:05 +05:30 committed by GitHub
parent 1828768f53
commit 9bec83f098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ implementation:
- -ec
- |
# This is how additional packages can be installed dynamically
python3 -m pip install --user --no-warn-script-location ax-platform
python3 -m pip install --user --no-warn-script-location ax-platform SQLAlchemy
# Run the rest of the command after installing the packages.
"$0" "$@"
- python3

View File

@ -29,7 +29,7 @@ implementation:
- -ec
- |
# This is how additional packages can be installed dynamically
python3 -m pip install --user --no-warn-script-location ax-platform
python3 -m pip install --user --no-warn-script-location ax-platform SQLAlchemy
# Run the rest of the command after installing the packages.
"$0" "$@"
- python3