keras-team / autokeras

AutoML library for deep learning
http://autokeras.com/
Apache License 2.0
9.1k stars 1.4k forks source link

Updated setup.py requires tensorflow version 2.15.0 #1910

Closed Ymir-badam closed 3 months ago

Ymir-badam commented 3 months ago

Description: Updated setup.py to require TensorFlow version 2.15.0.

Changes Made:

Reasoning:

Please review and merge this pull request to update the project's dependencies accordingly.

Thank you.

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.

Ymir-badam commented 3 months ago

Yup I think lower bound (tf<2.16.0) would be better I came across the error while running autokeras library solved when I installed version tf=2.15.0 and might thought on editing libraries specs anyways thank you