google / automl

Google Brain AutoML
Apache License 2.0
6.18k stars 1.45k forks source link

efficientdet: update requirements.txt #1210

Closed Tachi107 closed 3 months ago

Tachi107 commented 3 months ago

This patch modifies the requirements file to only install TensorFlow versions older than 2.16.0, since some breaking changes made it incompatible with the efficientdet repository (like the removal of the Estimator API). It also tightens the dependency on numpy, since version 1.24.0 removed some deprecated type aliases used by cocoapi, like np.float.

google-cla[bot] commented 3 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.