tensorflow / model-optimization

A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.
https://www.tensorflow.org/model_optimization
Apache License 2.0
1.48k stars 320 forks source link

Bump up dependent packages for model-optimization repo to be compatible with tensorflow 2.9.1. #1001

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Bump up dependent packages for model-optimization repo to be compatible with tensorflow 2.9.1.

Build failure occurred due to the requirement absl-py>=1.0.0 from tensorflow 2.9.1 failed to be compatible with absl-py~=0.7.0 specified in requirements.txt. This change bumps up dependent packages specified in requirements.txt to match the compatibility requirements for tensorflow~=2.9.1.