Skip to content

Commit

Permalink
bump docker to 7.1 (#1175)
Browse files Browse the repository at this point in the history
## Describe your changes

## Checklist before requesting a review
- [ ] Add unit tests for this change.
- [ ] Make sure all tests can pass.
- [ ] Update documents if necessary.
- [ ] Lint and apply fixes to your code by running `lintrunner -a`
- [ ] Is this a user-facing change? If yes, give a description of this
change to be included in the release notes.
- [ ] Is this PR including examples changes? If yes, please remember to
update [example
documentation](https://github.com/microsoft/Olive/blob/main/docs/source/examples.md)
in a follow-up PR.

## (Optional) Issue link
  • Loading branch information
guotuofeng committed May 24, 2024
1 parent a1563d2 commit fb97935
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/bert/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
azure-ai-ml
azure-identity
datasets
docker
docker>=7.1.0
evaluate
neural-compressor
scikit-learn
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ pandas
protobuf<4.0.0
pydantic
pyyaml
# Temp pinning to 2.31.0 to avoid breaking changes described in https://github.com/docker/docker-py/issues/3256
requests==2.31.0
torch
torchmetrics>=1.0.0
transformers
2 changes: 1 addition & 1 deletion test/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ azureml-fsspec
azureml-metrics[all]>=0.0.26
coverage
datasets
docker
docker>=7.1.0
evaluate
git+https://github.com/microsoft/TransformerCompression.git ; python_version >= "3.10"
mlflow>=2.4.0
Expand Down

0 comments on commit fb97935

Please sign in to comment.