lhutton1 commented on a change in pull request #10084:
URL: https://github.com/apache/tvm/pull/10084#discussion_r794374573
##########
File path: docker/install/ubuntu_install_tensorflow.sh
##########
@@ -21,6 +21,5 @@ set -u
set -o pipefail
pip3 install \
- "h5py<3.0" \
Review comment:
It would also be good to increment the version of `h5py`, otherwise
installing tensorflow gives:
```
ERROR: tensorflow 2.6.2 has requirement h5py~=3.1.0, but you'll have h5py
2.10.0 which is incompatible.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]