-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Convert test pipeline into matrix across tox envs * Reorder tox envs * If each worker runs a diff tox env, no need to maximise space * Rename base env to mlserver * Only install tox in test pipeline * Fix relative path * Revert back to single dev.txt reqs * Remove unneeded extra reqs * Move around dev deps installation to make pip's life easier * Fix HF tests * Add types-requests to main dev deps * Fix all-runtime tests * Convert all tests folders into Python packages and change Pytest's importmode * Change test imports to relative * Use python -m pytest to call pytest * Format
- Loading branch information
Adrian Gonzalez-Martin
authored
Nov 9, 2022
1 parent
9d95eb7
commit 4377f21
Showing
20 changed files
with
86 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
scikit-learn | ||
torch==1.13.0 | ||
pytorch-lightning==1.8.0.post1 | ||
# Pin torchmetrics to a version older than 0.5.0 to avoid this issue: | ||
# https://github.com/PyTorchLightning/pytorch-lightning/issues/10233 | ||
torchmetrics==0.10.2 | ||
torchvision==0.14.0 | ||
httpx==0.23.0 | ||
|
||
# Force local tests to use MLflow 2.x | ||
mlflow >= 2.0.0rc0 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Oops, something went wrong.